@media print {
  .container {  width: 1170px; min-width: 1000px}
 a[href]:after { content: none;}
	.page-break	{ display: block; page-break-after: always; }
	.five_part{float:left;width:2%;}
	.col-sm-12, .col-sm-12{font-size:0.8em}
	 //h1 {page-break-before: always;}
	 .nobreak {  break-inside: avoid; }
	 //.footer { position: fixed; bottom: 0;margin:auto 120px auto auto}
	 //.footer,.footer-space { height: 110px;bottom: 0px !important;}
	
		 
	 tr:nth-child(even) td {
       background-color: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
   }
   tr:nth-child(even) th {
       background-color: #f9f9f9 !important;
        -webkit-print-color-adjust: exact;
   }
}
@page 
    {
        /*size: 330mm 427mm; margin: 14mm; size:  auto;    auto is the initial value */
        /* margin: 5mm;   this affects the margin in the printer settings */
		size: auto;   /* auto is the initial value */
		margin: 3mm 4mm 2mm 4mm;  /* this affects the margin in the printer settings */
    }