/**
 * Layout of the attendees overview (table)
 */

.mmt-mdp-section-attendees table {
    width: 100%;
    text-align: left;
}

.mmt-mdp-section-attendees caption {
    margin-bottom: var(--marginSmall);
    padding: var(--marginSmall);
    border-bottom-right-radius: var(--borderRadiusMedium);
    font-weight: 500;
    background-color: var(--primaryColor100);
}

.mmt-mdp-section-attendees th,
.mmt-mdp-section-attendees td {
    padding: 2px 0;
}

.mmt-mdp-section-attendees th {
    font-weight: bold;
}
