
#acalc-formwrapper {
    background: #EEE;
}

#acalc-formwrapper,
#acalc-summary,
#acalc-piechart {
    /* height: 280px; */
    overflow: hidden;
}

#acalc-form {
    background: #EEE;
    padding: 10px 20px;
    height: 410px;
}

#acalc-summary,
#acalc-piechart {
    background: #FFF;
    border: 1px solid #EEE;
    border-top: 0 none;
}

#acalc-piechart {
    border-bottom: 0 none !important;
}

.no-pad {
    padding-left: 0;
    padding-right: 0;
}

.control-label {
    padding: 10px 0 15px 0;
}

.calculate-button {
    margin-top: 25px;
}

@media (min-width:768px) {

    #acalc-summary,
    #acalc-piechart {
        border-left: 0 none;
        border-bottom: 0 none;
        border-top: 1px solid #EEE;
    }
}

#acalc-header {
    background: #333 url(../img/amortizationcalculator.png) 50% 50% no-repeat;
    margin: -1px 0 0 -1px;
    height: 40px;
    text-indent: -9999px;
    padding: 0;
    border: 0 none;
}

.acalc-inline-input-group {
    overflow: hidden;
}

.acalc-tenure-choice {
    float: right;
    margin-left: 10px;
}

.glyphicon-percent::before {
    content: '%';
    font-weight: 700;
    font-size: 16px;
}

#acalc-monthlypayment,
#acalc-totalinterest,
#acalc-interestonly,
#acalc-totalamount {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px dotted #DBDAD7;
}

#acalc-totalamount {
    border-bottom: 0 none;
}

#acalc-summary h4 {
    color: #888;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    padding: 0;
}

#acalc-summary p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    margin: 0 auto;
    padding: 0;
}

#acalc-monthlypayment p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
}

.glyphicon {
    width: 1.28571429em;
    text-align: center;
}

#acalc-form input[type="text"] {
    border: 1px solid #ccc;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.highcharts-credits {
    display: none;
}