 body { 
  background-color: #B4D33D; 
  font-family: Arial, Helvetica, sans-serif; 
 } 

 h1 { 
  color: navy; 
  margin-left: 20px; 
  font-size: 150% 
 }

 div {
  background-color: #1E2225;
 }

 ul { 
  list-style-type: none; 
  margin: 0; 
  margin-left: -10px; 
  overflow: hidden; 
  background-color: #2C3E50; 
  position:fixed; 
  top:0; 
  width:100%; 
  z-index:100; 
 } 

 li .pull-left { 
  float: left; 
 } 

 table { 
  border-collapse: collapse; 
 } 

 table, td, th { 
  border: 1px solid black; 
 } 

 li .pull-right { 
  float: right; 
 } 

 li a { 
  display: block; 
  color: white; 
  text-align: center; 
  padding: 14px 16px; 
  text-decoration: none; 
 } 

 li a:hover, a.active { 
  background-color: #111; 
 } 

.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 5px 10px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar label:hover {
  background-color: #dfd;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}

 .button { 
  min-width: 80px; 
  height: 30px; 
  background-color: #128F76; 
  border: none; 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 16px; 
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 10px; 
  white-space: nowrap; 
 } 

 .buttonr {background-color: #D62C1A;} 

 .select { 
  width: 160px; 
  height: 32px; 
  padding: 5px; 
  background: white; 
  font-size: 16px; 
  line-height: 1; 
  border: 1; 
  border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -webkit-appearance: none; 
  border: 1px solid black; 
  border-radius: 10px; 
 } 

 .selectw {width: 410px;} 

 input { 
  font-family: 'Lucida Console', Courier, monospace; 
  height: 20px; 
  background: white; 
  font-size: 16px; 
  appearance: none; 
  box-shadow: none; 
  border-radius: 5px; 
  -webkit-border-radius: 5px; 
  -webkit-appearance: none; 
  border: 1px solid black; 
  border-radius: 7px; 
  padding: 0 0 0 10px; 
 } 

 input[type=submit] { 
  width: 200px; 
  height: 40px; 
  background-color: #128F76; 
  border: none; 
  color: white; 
  text-align: center; 
  text-decoration: none; 
  display: inline-block; 
  font-size: 16px; 
  margin: 4px 2px; 
  cursor: pointer; 
  border-radius: 5px; 
 } 

 textarea { 
  border: 1px solid black; 
  border-radius: 10px; 
  padding: 5px; 
  font-family: Courier, 'Lucida Console', monospace; 
  background-color: white; 
  resize: none; 
 }
