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

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

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

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