/* Remove unwanted elements */
.dontprint
{
display:none !important;
}

/* make links black*/
a:link, a:visited
{
color: black;
}

/* remove padding when printing to help large tables fit on page*/
.printwithoutpadding
{
padding:0px;
}

/* print smaller for the wider tables*/
.printsmall
{
font-size:0.8em !important;
}