/* CSS styles for the tool */
.input_fields_wrap .row .col-sm-1 {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    #calculate .row .col-sm-8 {
        width: 91%;
        float: left;
    }
    #calculate .row .col-sm-1 {
        width: 8%;
        float: left;
    }
}
