Is there a way to color spans of columns all the way down. See, starting example below:
You can use the nth-child selector for that:
nth-child
tr td:nth-child(2), tr td:nth-child(3) { background: #ccc; }
headline 1 headline 2 column 1 column 2 column 3 column 1 column 2 column 3 column 1 column 2 column 3