#ethanol-savings-form{
    display: flex;
}
#ethanol-savings-form .classic-field{
    width: 50%;
}
#ethanol-savings-form .classic-field input{
    outline: none;
}
#ethanol-savings-form .classic-field:last-of-type input{
    border-left: none;
    border-radius: 0;
}
#ethanol-savings-form .classic-field:first-of-type input{
    border-radius: 8px 0 0 8px;
}
.ethanol-savings-calculator{max-width:720px;}
.ethanol-savings-calculator label{font-weight:500}
.es-result{margin-top:12px;}
.es-saving{color:green;font-size:1.1em}
.es-error{color:#a00}
.es-contact{margin-top:15px;}
.es-contact .text-cta{
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

#ethanol-savings-form #es-calc-btn{
    height: 49px;
    min-width: 50px;
    max-width: 50px;
    padding: 0;
    align-self: flex-end;
    margin-bottom: 0.9rem;
    border-radius: 0 8px 8px 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}