@media print {
   html, body {
        visibility: hidden;
        print-color-adjust: exact;
        height: 80%
    }
    #section-to-print {
/*    #qrcode { */
        visibility: visible;
        position: absolute;
        left: 0;
        top: 0;
	margin-bottom: 0;
  }
}
