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

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

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

#maincontainer {
  height:560px;
  width: 650px;
  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;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

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;
}




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

.box-minmax {
  margin-top: 15px;
  width: 520px;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  color: #222222;
}
.box-minmax span:first-child {
  margin-left: 10px;
}

.range-sliderNDF {
  margin-top: 5px;
}
    
.range-sliderADF {
  margin-top: 5px;
}

.rs-range {
  margin-top: 29px;
  width: 500px;
  -webkit-appearance: none;
}
.rs-range:focus {
  outline: none;
}
.rs-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #222222;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  box-shadow: none;
  background: #222222;
  border-radius: 0px;
  border: 0px solid #010101;
}
.rs-range::-webkit-slider-thumb {
  box-shadow: none;
  border: 0px solid #4CAD49;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 30px;
  width: 15px;
  border-radius: 22px;
  background: #4CAD49;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-range-thumb {
  box-shadow: none;
  border: 0px solid #4CAD49;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
  height: 42px;
  width: 22px;
  border-radius: 22px;
  background: #4CAD49;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -20px;
}
.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-labelNDF {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 16px;
  box-sizing: border-box;
  border: 2px solid #4CAD49;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #4CAD49;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
}
.rs-labelNDF::after {
  content: "NDF";
  display: block;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}
    
.rs-labelADF {
  position: relative;
  transform-origin: center center;
  display: block;
  width: 70px;
  height: 70px;
  background: transparent;
  border-radius: 50%;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  padding-top: 16px;
  box-sizing: border-box;
  border: 2px solid #4CAD49;
  margin-top: 20px;
  margin-left: -38px;
  left: attr(value);
  color: #4CAD49;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
}
.rs-labelADF::after {
  content: "ADF";
  display: block;
  font-size: 16px;
  letter-spacing: 0.07em;
  margin-top: -2px;
}

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}