/*---------------------------------------------*/
/*  benefitCalculator                          */
/*---------------------------------------------*/
.calculatorInput input {
    font-family: Arial, Helvetica, sans-serif;
}

.calculatorResult input {
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    font-weight: bold;
    font-size: 24px;
}

.calculatorMessage input {
    font-family: Arial, Helvetica, sans-serif;
    border: 0;
    background: none;
    font-weight: bolder;
    color: #F00;
}

.CalcTextResult {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
}

.CalcTextEnter {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
}

.calcLeftColumn {
    margin: 0px;
    float: left;
    width: 65%;
}

.calcRightColumn {
    margin: 0px;
    float: right;
    width: 30%;
}
/*---------------------------------------------*/
/*  end benefitCalculator                      */
/*---------------------------------------------*/
