The empty-cells property sets whether or not to display borders and background on empty cells in a table (only for the "separated borders" model).
empty-cells: show|hide|initial|inherit;
table { border-collapse: separate; empty-cells: hide; }