.mmt-mdp-section-attendees thead {
    display: none;
}

.mmt-mdp-section-attendees caption {
    text-align: center;
    margin-bottom: var(--mbase-spacer-md);
}

.mmt-mdp-section-attendees th,
.mmt-mdp-section-attendees td {
    padding: var(--mbase-spacer-sm);
}

.mmt-mdp-section-attendees th {
    font-weight: var(--mbase-txt-semibold);
}

.mmt-mdp-section-attendees td {
    transition: all 0.25s ease-in-out;
}

.mmt-mdp-section-attendees .even td {
    background-color: var(--mbase-clr-bg-light);
}

.mmt-mdp-section-attendees tr:hover td {
    background-color: var(--mbase-clr-theme-light);
    color: var(--mbase-clr-txt-dark);
}

.mmt-mdp-section-attendees tr.even:hover td {
    background-color: #d2ebff;
}
