The current way the works with tables was coded quite broadly and seems to be spilling into different table areas, and in places where we utilise tables often this gets quite overwhelming.
th { background-color: #777; color: #fff; }
It would be ideal if we could restrict this rule a bit, e.g.
thead > th { background-color: #777; color: #fff; }
Need to check that this looks good for anywhere tables are in use