/**
 * @author: Procurios
 * @about:  mmt-mdp-attendees.css
 *          Additional layout settings for the "attendees"-page of the meeting detail page
 */

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

.mmt-mdp-section-attendees caption {
    text-align: center;
}

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

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

.mmt-mdp-section-attendees .even td {
    background-color: #f6f6f6;
}

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