Daniel Glazman Ian Hickson .green { background-color : lime ! important } .t1 td:not(:last-child) { background-color : red } p > *:not(:last-child) { background-color : red } table.t1 td { border : thin black solid }
green cell green cell 1.3
green cell green cell 2.3
green cell green cell 3.3

This paragraph should be unstyled.