#28182

I guess it happens because of coordinates rounding by particular zoom factors. So cell background overlaps borders. A workaround is to define background not to table cells, but to rows.

For example:
.tb1a tr:first-child{background:#ddd;}