Daniel Glazman Ian Hickson .red { background-color : red } .t1 td:not(:last-child) { background-color : lime } p > *:not(:last-child) { background-color : lime } 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.