@media print 
{
 footer, nav, form {display: none; visibility: hidden;}

/* Hides URLs from printing */
  a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }
	
/* Avoid page breaks in awkward places
h2, h3, h4, h5, h6 { page-break-after:avoid; 

blockquote, table, pre { page-break-inside:avoid; }
ul, ol, dl  { page-break-before:avoid; }

/* Hide sections / widgets from page display */
.noprint {display: none; visibility: hidden;}
.printonly { font-size:130%; color: #000; }
}

