﻿.currentbalance label, .currentbalance span, .pendingprocessing label, .pendingprocessing span {
    line-height: 25pt;
    display: inline;
}

.pendingprocessing label {
    font-weight: bold;
    color: #F00;
}

.currentbalance span {
    padding-left: 10px;
    font-weight: bold;
}

.balancepanel {
    margin-bottom: 20px;
}

.mydues fieldset {
    padding-bottom: 12px;
}

    .mydues fieldset .singlepaymentoption {
        height: 45px;
        line-height: 45px;
    }

.mydues .staticordynamic {
    height: 45px;
    line-height: 45px;
}

.mydues .staticdynamicchoice {
    margin-bottom: 20px;
}

.mydues fieldset [data-name="CustomAmount"] {
    display: inline;
    max-width: 75px;
    margin-left: 10px;
}

.confirmpaymentbuttons {
    margin-left: 10px;
}

.confirmsinglepayment .remainingbalance {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: 1px #888 solid;
}

.confirmsinglepayment .row .mobile-two:last-child, .confirmrecurringpayment .row .mobile-two:last-child {
    float: left;
}

.confirmsinglepayment .formcomplete, .confirmrecurringpayment .formcomplete {
    display: none;
    float: left !important;
}

@media only screen and (min-width: 480px) {
    .recurringpaymentresult {
        padding-right: 120px;
    }
}

@media only screen and (max-width: 479px) {
    .recurringpaymentresult {
        padding-top: 50px;
    }
}
