/* ==========================================================================
   CHS-BIO EVENTS PAGE
   ========================================================================== */
.seminar table {
    margin-top: 2rem;
}
.seminar table thead {
    background-color: var(--cwf-color--gold);
    font-weight: 900;
    font-size: 1.2rem;
}
tr:nth-child(even) {
    background: #efefef;
}
