html`<style>
td:nth-child(2) {
background-color: rgba(211,211,211,0.5);
}
td:nth-child(4) {
background-color: rgba(211,211,211,0.5);
}
td:nth-child(6) {
background-color: rgba(211,211,211,0.5);
}
td:nth-child(8) {
background-color: rgba(211,211,211,0.5);
}
</style>
`