/* ==========================================================================
   M.S.IN NURSING PAGE CSS
   ========================================================================== */

/* Program Details Accordion Panels */

.program-tbl table caption {
    color: var(--vcu-rust);
}
@media (min-width: 1024px) {
    .program-tbl th {
    	vertical-align: middle;
    }
    .program-tbl table tr:nth-child(even) {
        background-color: #efefef;
    }
}
.program-tbl table thead, 
.program-tbl table td[data-label]:before {
    background-color: var(--vcu-gold);
}


/* Guaranteed Admission and Balance Footer */

.guaranteed-balance-foot {
    background-color: var(--vcu-gold);
}
.guaranteed-balance-foot h2, 
.guaranteed-balance-foot p:first-of-type {
    text-align: center;
}
@media (min-width: 768px) {
    .guaranteed-balance-foot img {
        max-width: 300px;
    }
}
.guaranteed, 
.balance {
    background: var(--vcu-white);
    padding: 1rem 2rem;
    border: 1px solid #333;
}