#fieldHint {
    opacity: 0;
    color: rgb(212, 32, 32);
    font-size: 17px;
}

.percent-sign {
    position: absolute;
    left: 8px;
    top: 13px;
}

.percentage-fields input {
    padding-left: 12px;
    padding-right: 25px;
}

#percentError {
    color: rgb(212, 32, 32);
    font-size: 17px;
}


@media (min-width: 768px) {
    #left-wrapper {
        padding-right: 8px;
    }

    #right-wrapper {
        padding-left: 8px;
    }

    .output-label span {
        display: block;
        /* font-size: 26px !important; */
    }
}

/* large only */
@media (min-width: 1199px) {
    #givingLabel {
        margin-top: 10px;
    }

    #givingAccount {
        margin-top: 5px;
    }

    .output-label {
        margin-top: 40px;
    }

    .output-amount {
        margin-top: 36px;
    }

    #debtAcceleratorAccount {
        margin-top: 60px;
    }

    #livingBillsAccount {
        margin-bottom: 54px;
    }
}

/* larger-medium only */
@media (min-width: 992px) and (max-width: 1199px) {
    #givingLabel {
        margin-top: 10px;
    }

    #givingAccount {
        margin-top: 7px;
    }

    .output-label {
        margin-top: 20px;
    }

    #wealthAccount {
        margin-top: 17px;
    }

    #debtAcceleratorAccount {
        margin-top: 72px;
    }

    #livingBillsAccount {
        margin-top: 44px;
        margin-bottom: 77px;
    }
}

/* smaller-medium only */
@media (min-width: 768px) and (max-width: 991px) {
    #givingLabel {
        margin-top: 3px;
    }

    .output-label {
        margin-top: 11px;
    }

    #wealthAccount {
        margin-top: 34px;
    }

    #debtAcceleratorAccount {
        margin-top: 68px;
    }

    #livingBillsAccount {
        margin-top: 36px;
        margin-bottom: 77px;
    }
}

/* small only */
@media (max-width: 767px) {
    #fieldHint {
        font-size: 14px;
    }

    .output-label {
        margin-top: 35px;
    }

    #givingLabel {
        margin-top: 8px;
    }

    #percentError {
        font-size: 14px;
    }
}