/**
 * Attendee List
 */

.date-select {
    display: inline-block;
    font-size: 1rem;
    margin: 5px;
}

#attendees h4 {
    margin-bottom: 0;
}

#attendees .form-table th {
    padding-bottom: 0;
}

.attendee-row-even {

}

.attendee-row-odd {
    background-color: #F9F9F9;
}
