@media print {
@page { margin: 0; }
  body {
    margin: 0;
    color: #000;
    background-color: #fff;
  }
  
/* print.css */
header, footer, aside, nav, form, iframe, .menu, .hero, .adslot {
  display: none;
}


/* print.css */
* {
  background-image: none !important;
}

img.print, svg.print {
  display: block;
  max-width: 100%;
}

.btn {
  display: none;  
}
.Headerdiv {
  display: none;  
}
.print_label {
  height: 31mm; /* should be 31.0 */
  width: 63.5mm; /* should be 63.5 */
  break-inside: avoid;
}
}

