.container-khyzer {
  margin:auto;
  width:99%;
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  color:white;
  max-width:800px;
  
  
  /*padding: 20px;*/
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
background-color:white;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.19);


}

.input-div{background-color: #EB9900;}
.div-contents{padding: 20px;}
.output-div{background-color: white;color:black;}
.output-div-results{  background-color: #4c4c4c;color:white;font-size: 28px;font-family: 'Catamaran', sans-serif;}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
font-family: 'Quicksand', sans-serif;
  color: solid black;
  opacity: 9; /* Firefox */
}


input.khyzer[type=text], select, textarea{
  margin:auto;
  width: 100%;
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  color: black;

  height:auto;

  padding: 12px;
  
   border:none;
    border-left: 0px solid black;
        border-right: 0px ;
        border-bottom:2px solid white;

  border-radius: 0px;

    box-sizing: border-box;
  resize: vertical;
text-align: center;

background-color: #EB9900;
  font-weight: bold;


}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}




label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font size:20px;
  font-weight: none;
  margin-top: 1px;
  text-align: none;


}




.col-25 {
  float: left;
  width: 70%;
  margin-top: 8px;

}



.col-75 {
  float: left;
  width: 30%;
    margin-top: 8px;

}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .col-25, .col-75, input.khyzer[type=button],input.khyzerreset[type=reset] {
    width: 100%;
    margin-top: 0;
  }

  .output-div-results{font-size: 20px;}
}