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;
    color: blue;
}
.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;
}
.confirm{
    font-size: .5em;
}
#bottom{
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 100px;
  border: 3px solid grey;
  background-color: darkgrey;
  text-align: center;
}
a:link {
  text-decoration: none;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 215px;
  background-color: #f1f1f1;
  border: 1px solid #555;
}

li a {
  display: block;
  color: #000;
  padding: 7px 0px;
  text-align: center;
  text-decoration: none;
}

li {
  text-align: center;
  border-bottom: 1px solid #555;
}

li:last-child {
  border-bottom: none;
}

li a.active {
  background-color: #04AA6D;
  color: white;
}

li a:hover:not(.active) {
  background-color: green;
  color: yellow;
}
.variDisplay{
    display: none;
    font-size: .85em;
}