#widget_faf-calculator-wrapper *, #faf-calculator-wrapper * {
    font-family: 'Open Sans', sans-serif;
}

#widget_faf-calculator-wrapper button, #faf-calculator-wrapper button {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

#widget_faf-calculator-wrapper form, #faf-calculator-wrapper form {
    line-height: 12px;
}

#widget_faf-calculator-wrapper .btn-primary, #faf-calculator-wrapper .btn-primary {
    color: #fff;
    background-color: #5270fb;
    border-color: #5270fb;
}

#widget_faf-calculator-wrapper .two-column, #faf-calculator-wrapper .two-column {
    width: 80vw;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 35px 0;
    max-width: 100%;
}

#widget_faf-calculator-wrapper .column, #faf-calculator-wrapper .column {
    padding: 10px;
    max-width: 500px;
    width: 100%;
}

#widget_faf-calculator-wrapper form, #faf-calculator-wrapper form {
    line-height: 12px;
}

#widget_faf-calculator-wrapper .estimatedProfit, #faf-calculator-wrapper .estimatedProfit {
    background: #1c85e8;
    width: 100%;
    padding: 10%;
    border-radius: 4px;
    min-height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 30px;
    color: #fff;
}

#widget_faf-calculator-wrapper .estimateHighlight, #faf-calculator-wrapper .estimateHighlight {
    opacity: 0.7;
}

#widget_faf-calculator-wrapper .totalEstimate, #faf-calculator-wrapper .totalEstimate {
    font-weight: 600;
    font-size: 3em;
}

#widget_faf-calculator-wrapper .bottomTotals, #faf-calculator-wrapper .bottomTotals {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#widget_faf-calculator-wrapper .attribution, #faf-calculator-wrapper .attribution {
    text-align: center;
    color: #e0e0e0;
    font-size: x-small;
}
