#mortgage-calculator label, #result label {
    font-size: 18px;
    font-weight: 500;
}

#mortgage-calculator input, #mortgage-calculator select {
    height: 40px;
    font-size: 16px;
}

.mortgage-calculator-title {
    margin-bottom: 30px;
}

.MortgageAmount {
    margin-top: 10px
}

#MortgageAmount, #DownPaymentAmount {
    font-size: 16px;
}

.DownPaymentAmount {
    margin-top: 20px
}

.border-right-eee {
    border-right: 1px #eee solid
}


#input {
    padding-right: 20px;
}
@media (max-width: 543px) {
    .mortgage .mog-total { border-top:0; margin-top: 0; }
    .mortgage .mog-total .eachpay { border-top: 0; padding-top: 0; }
    .total-sm-left { width: 100%; float: left; }
    .total-sm-right { width: 100%; float: right; border-top: 0; }
}
