Any of the larger tables in the templates should have a colgroup containing col-tags for the columns, with appropriate classes for them. Currently styling a table column means you have to count the column number and then use the nth-child() css selector - which is impossible if the table has different number of columns depending on sysprefs or the available data in the table.