body {
  font-family: Sans-Serif;
  background: #222222;
}

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

@-ms-viewport {
  width: device-width ;
}

#container {
  height: 340px;
  width: 360px;
  margin: 100px auto;
  background: #f7f7f7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

h1 {
  background: #4CAD49; /* GHC Green */
  color: white;
  margin: 0;
  padding: 20px 5px 20px 5px;
  //text-transform: uppercase;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

p {
  padding-left: 20px;
    font-size: 16px;
}

form input[type="text"] {
  width=90px;
}

input {
  padding-left: 20px;
}

#NDF {
  font-size: 16px;
  /*color: #2980b9;*/
  color: #red;
  background-color: #f7f7f7;
  width: 18%;
  padding: 5px 5px 8px 8px;
}

#ADF {
  font-size: 16px;
  /*color: #2980b9;*/
  color: #red;
  background-color: #f7f7f7;
  width: 18%;
  padding: 5px 5px 8px 8px;
}

#NDF:focus {
  background: #f7f7f7;
  border: 3px solid #2980b9;
  outline: none;
}

#ADF:focus {
  background: #f7f7f7;
  border: 3px solid #2980b9;
  outline: none;
}


button {
  font-weight: bold;
  display: block;
  margin: 20px auto;
  background: #555555;
  border-radius: 10px;
  width: 200px;
  height: 50px;
  font-size: 16px;
  color: white;
}

button:hover {
  background: #4CAD49;
  border-bottom-color: #555555;
}

button:active {
  position: relative;
  top: 1px;
}

#RFVval {
  font-weight: bold;
  font-size: 1.2em;
  
}

a {color: #4CAD49; text-decoration:none; font-weight:bold}

a.link {color: #4CAD49; text-decoration:none; font-weight:bold}

a:active {color: #4CAD49; font-weight:bold}

a:hover {color: #000000; font-weight:bold}