a{
  color: blue;
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
}

input[type="checkbox"] + label,
input[type="radio"] + label{
  display: inline-block;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

.radio{
  visibility: visible;
}

.row{
  
  padding-left:15px;
  padding-right: 15px;
  margin-bottom: 5px;
}

.topBar{
   font-family: Century Gothic !important;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  background-color: #008CBA;
  height: auto;
 /* padding-top: 25px;
  padding-bottom: 25px;*/
  width: 100%;
  margin: 0px;
  margin-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}

.mainForm{
  height: auto;
  background-color: rgba(138,171,181,0.5);
   font-family: Century Gothic !important;
  padding-left: : 5px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rightAd{
  background-image: url(left.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 15px;
  font-family: "Roboto", sans-serif;
}

.aboutus{
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  color: #000000;
}

.leftAd{
  background-image: url(bottom.jpeg);
  background-repeat: no-repeat;
  background-size: contain;
  height: auto;
  margin-right: 20px;
  font-family: "Roboto", sans-serif;
}

.topicHeading{
  background-color: #165491;
  font-family: Century Gothic !important;
  text-align: center;
  font-size: 17px;
  width: 100%;
  height: 44px;
  color: #FFFFFF;
  pointer-events: none;
  border: none;
 
  display: table-cell;
  border-bottom: 2px solid;
}

.topicHeading:focus{
  background-color: #165491;
  display: table-cell;
  font-family: Century Gothic !important;
  text-align: center;
  font-size: 25px;
  width: 25%;
  height: 60px;
  color: #FFFFFF;
  border: none;
  pointer-events: none;
}

.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  background-color: #008CBA;
  margin-left: 10px;
  color: #FFFFFF;
  width: 100%;
  height: 44px;
  font-family: Century Gothic !important;
  font-size: 12px;
  text-align: center;
  border: 2px;
  cursor:pointer;
  display: table-cell;
  border-bottom: 2px solid;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #007095 !important;
}


.submit{
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  background-color: #165491;
  color: #FFFFFF;
  text-align: center;
  width: 100%;
  border: 0;
}

.reset{
    border: 0;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    background-color: #d20e0e;
    color: #FFFFFF;
    text-align: center;
    width: 20%;
}

.print{
    border: 0;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    background-color: #9aa5b7;
    color: #000FFF;
    text-align: center;
    width: 11%;
}
