/* CSS for printing, print preview */ /* */ /* example w/thanks to W. Classon */ /* */ /* last modified: 4-15-10 */ /* for something you don't want to see in the printed version */ .screen-only { display:none; } table.magical-table { width:100%; border: 2px solid black; border-collapse:collapse; } table.magical-table td { border: 1px dashed #999; }