css
table thead tr,
table tbody tr:first-child {
    background-color: #ccc;
}

table thead tr,
table tbody tr:nth-child(8) {
    background-color: #ccc;
}