@media print {
	@page {
		margin: 2cm 2cm 2cm 3cm;


  
	}
 .navbar,.search {
 	display: none;
 }
 .sitelogo {
 	width: 3cm;
 	text-align: right;
 }
 .container{
 	width: 17cm;
 }
  h1 {
   	font-size: 18pt;
   	font-weight: bold;
   }
      h2 {
   	font-size: 14pt;
   	font-weight: bold;
   }
      h3 {
   	font-size: 12pt;
   	font-weight: bold;
   }
   table {
   	width: 100%;
   }

   tr {
   		border: 1pt solid #333;
   }

 footer.details{
 	display: none;
 }
  
}
