
table.repertoire tr:nth-child(even) {
    background-color: #EEEEEE;
}

table.repertoire td {
    padding: 3px 6px 3px 0;
}

div.pending_rehearsal {
    font-size: 90%;
    margin-bottom: 12px;
}

div.pending_rehearsal p.more_rehearsals {
    font-style: italic;
}

div.pending_rehearsal p.rehearsal_time {
    font-weight: bold;
}

div.completed_rehearsal {
    font-size: 90%;
    color: #888888;
    margin-bottom: 12px;
}

div.completed_rehearsal a {
    color: #888888;
}

p.rehearsal_time {
    margin-bottom: 0;
}

div.choir_announcement {
    font-style: italic;
    font-weight: bold;
}