/* ==========================================================================
   CHS-MATH DISCTRETE MATHEMATICS SEMINARS PAGE
   ========================================================================== */
table {
    --cwf-table__thead--background-color: var(--cwf-color--gold);
    margin-top: 1rem;
}
@media (min-width: 1024px) {
    table th:first-of-type {
        width: 10%;
    }
    table th {
        text-align: center!important;
    }
    tr:nth-child(2n) {
        background: #efefef;
    }
    table td, table th {
        vertical-align: middle;
    }
}
