@media print {
body {
	font-size: 12pt;
	line-height: 120%;
	background: white;
	color: black;
}
	h1 { font-size: 22pt;}
	p { font-size : 12pt; }
 .navbar {
display: none;
}
#pubcol {
      border: none;
        width: 100%;
    background: white;
   height: 100%;
  overflow: none;
 margin: 1em;
}

#footer { display: none }
#counter  { display: none }

.page {
	position: absolute;
	left: 1cm;
	top: 5.5em;
           /*   buttom: 3em;*/
	width: 7in;
               	background: white;
	padding-buttom: 2.5cm;
	margin: 0 2cm 3cm 0;
	line-height: 130%;
  	border: none;
	font-size : 13pt; 
                page-break-inside: avoid;
	}
}



   @page {
    /*   width: auto;
          height: auto;*/
           
          size 8.5in 11in;
          margin: 3cm;
          }

/* .break_before { page-break-before: always; }
} */
