#form-testrit {
    display: block;
    position: relative;
    width: 100%;
    min-height:311px;
    /* margin: 20px 0 20px 0; */
    padding: 20px 1% 20px 1%;
    background-color: #ffffff;
    /* border: 1px solid #000000; */
}
#form-testrit input {
    width:98%;
    margin:1.5% 1% 0 1%;
}
#form-testrit input.required,
#form-testrit textarea.required {
    border-bottom: 1px solid red;
    background-color: rgb(255, 255, 204);
}
#form-testrit textarea {
    width:98%;
    margin:1% 1% 0 1%;
    max-width: 100%;
}
#form-testrit small {
    font-size:10px;font-style:italic;margin: 1% 1% 0;
}
#form-testrit button {
    display: block;
    width: 98%;
    margin:1% 1% 0 1%;
    font-size: 20px;
    line-height: 30px;
    padding:5px 10px 5px 10px;
    color:#ffffff;
    background-color: #ea5f02;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.50);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.50);
}
#form-testrit button.disabled{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  transition: none;
}

@media screen and (min-width: 471px) {
    #form-testrit input {
        float:left;
        width:48%;
    }
}