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