.no-iframe .calculator--hydration .calculator {
    width: 100%;
    height: 405px;
}

@media only screen and (min-width: 40em) {
    .no-iframe .calculator--hydration .calculator {
        max-width: 584px;
    }
}
#calculator--hydration {
    height: 100%;
}

#calculator--hydration fieldset {
    border-bottom: 1px solid #757575;
}

#calculator--hydration label[for='gender'] {
    width: 50%;
}

#calculator--hydration label[for='age'] {
    width: 50%;
    border-left: 1px solid #757575;
}

#calculator--hydration label[for='pregnant'] {
    width: 100%;
    border-bottom: none;
}

.calculate {
    display: inline-block;
    vertical-align: middle;
}

.has-results .calculate,
.results {
    display: none;
}

.has-results .results {
    display: inline-block;
    vertical-align: middle;
}

.results__ml {
    color: #f9f9f9;
}

/*# sourceMappingURL=calc-hydration.css.map */
