.no-iframe .calculator--maxhr .calculator {
    width: 100%;
    height: 21pc;
}

@media only screen and (min-width: 40em) {
    .no-iframe .calculator--maxhr .calculator {
        max-width: 584px;
    }
}
#calculator--maxhr {
    height: 100%;
}

#calculator--maxhr fieldset {
    text-align: center;
    border-bottom: 1px solid #757575;
}

#calculator--maxhr label[for='age'] {
    width: 50%;
    border: none;
}

@media only screen and (max-width: 29.9375em) {
    #calculator--maxhr label[for='age'] {
        width: 100%;
    }
}
.calculate {
    display: inline-block;
    vertical-align: middle;
}

.has-results .calculate,
.results {
    display: none;
}

.has-results .results {
    display: inline-block;
    vertical-align: middle;
}

.results__maxhr {
    color: #f9f9f9;
}

@media only screen and (max-width: 29.9375em) {
    .results__maxhr {
        font-size: 28px;
    }
}
@media only screen and (min-width: 30em) and (max-width: 39.9375em) {
    .results__maxhr {
        font-size: 28px;
    }
}

/*# sourceMappingURL=calc-maxhr.css.map */
