tbody tr.reserved-item:nth-child(2n) td {
    background-color: #dafaff;
}

tbody tr.reserved-item:nth-child(2n+1) td {
    background-color: #badaee;
}

.reserved-label a {
    font-weight: bold;
    color: red;
}
