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

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

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

tbody tr.onissue.odd td {
    background-color: #F0F0C2 !important;
}
