﻿#pay-bill {
    text-align: center;
}

#pay-bill .total-due-card {
    margin-top: 15px;
    margin-bottom: 15px;
}

#pay-bill .total-due-card>div {
    font-size: 18px;
}

.has-credit {
    color: #4CAF50;
}

#pay-bill .total-due-card .balance-due {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 40px;
    font-weight: bold;
}

#pay-bill .buttons>div {
    display: inline-block;
    margin-right: 5px;
}

@media only screen and (max-width: 1180px) {
    #pay-bill .buttons>div{
        display: block;
        align-items: center;
        margin-bottom: 10px;
    }
}
