/* Schedule constraint table style */ table.schedcons { border-collapse: separate; } /* colours for headers and "team global" material */ .schedcons th { text-align: center; min-width: 4em; } .schedcons td { text-align: left; } .schedcons th.blank { min-width: 0; } /* special colours for notable material */ .schedcons .a-good { } .schedcons .b-okay { } .schedcons .c-badd { } .schedcons .d-impo { }