@media print{
td#off,
tr#off,
table#off,
div#off
{display:none;

}
table#on,
div#on{display: inline;
 margin: 0px;
}
}
