.text-center {
    text-align: center;
}

.inline-select {
    display: inline-block;
    width: 30%;
    margin: 0 3px;
}

.w-select {
    background-color: #f3f3f3;
}

.w-input,
.w-select {
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    border: 1px solid #cccccc;
}

/* #calculator-result {
    font-size: 1.4em ;
} */

.results-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.results-col {
    margin: .5em 1em;
}

#calculator-deadline,
#calculator-benefits-start {
    margin-top: .6em !important;
    font-size: 1.3em !important;
    font-weight: bold !important;

}
