body {
color: black;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
    font-size: 1.5em;
}
p {
    word-break: keep-all;
    word-wrap: break-word;
}
button#go{
    background-color: lightgreen;
    cursor: pointer;
}
button#go:hover{
    background-color: darkgreen;
}
.Style{
    border-bottom-style: solid;
    border-width: 1px;
    padding-bottom: 21px;
}
.goButton:hover{
    background-color: lightgreen;
    cursor: pointer;
}
.title{
    font-size: 1em;
}
#stcobbs{
    margin-left: 1%;
}
#stcobbsDiv{
    padding-top: 20px;
}
@media only screen and (max-width: 600px) {
  body {
    padding-left: 0px;
     padding-right: 0px;
      padding-top: 50px;
       padding-bottom: 100px;
        font-size: 1em;  
  }
  #stcobbs{
    margin-top: 5%;
  }  
}

        input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

    input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
#loginHold{
    color: grey;
    border: grey 2px solid;
}