.printhide {display:none;}
.container {width:100%;}

@media print {
  @page {
    size: A4; /* DIN A4 standard, Europe */
    margin:0mm;
    /*padding:10mm;*/

  }
  html, body {
      width: 200mm;
      /* height: 297mm; */
      height: 282mm;
      /*font-size: 11px; */
      background: #fff;
      overflow: visible;
  margin-top:0;
  margin:10mm;

  }

  body, .{
  background:white;
  background-color:#fff;
      padding-left:0;
  padding-right:15mm;
  padding-top:10mm;
  padding-bottom:15mm;
  font-size:12px;
  }
.table td {font-size:18px;}
img {width:100mm;}
table {width:100%;}
}


