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

