/* Account Overview Page Styles */

.ao-label-fit {
    font-size: 10px;
}

.ao-checkbox {
    width: auto;
}

.ao-collapsible-heading {
    cursor: pointer;
}

.panel-default > .panel-heading.ao-payment-plan-heading {
    cursor: pointer;
    background-color: #f5c6cb;
    color: #721c24;
}

.ao-payment-plan-title {
    color: #721c24;
}

.ao-payment-plan-table {
    border: 1px solid #f5c6cb;
}

.ao-payment-plan-thead {
    background-color: #f5c6cb;
    color: #721c24;
}

.ao-payment-plan-row-even {
    background-color: #fce4e4;
}

.ao-payment-plan-row-odd {
    background-color: #f8d7da;
}

.ao-section-divider {
    margin-bottom: 20px;
}
