.amount-container-small {
    text-decoration: underline;
}

.amount-container-small input {
    font-size: 1rem;
}    
.amount-container-small span.prefix, .amount-container-small span.postfix, .amount-container-small input, .amount-container-small input:focus {
    line-height: 2rem;
    height: 2rem;
    font-size: 1rem;
}
.tax-calculator .row {
    text-align: center;
}
#taxSavings {
    background-color: #ffffff;
}
#taxReceiptAmount {
    font-weight: normal;
}

.amount-container-small select {
    font-size: 1rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1rem;
}
.tax-calculator h3 {
    color: #e4761e;
}
@media (min-width: 768px) {
    #tax-calc-container {
        border-left: 1px solid #bebebe;
    }
    #tax-calculator-text{
        padding-top: 55px;        
    }

}        
.tax-form-label {
    padding-bottom: 7px;
}
