.no-print, .no-print *
	{
		display: none !important;
		height:0;
	}
 .printonly {
 	display: inline-block;
 	-webkit-print-color-adjust: exact;
 }
 #page-inner {
 	background:red;
 	-webkit-print-color-adjust: exact;
 }
 .print:last-child {
     page-break-after: auto;
}
#notes p {
    border:none;
}
html, body {
        height: auto;    
    }
    /*div { border: 1px solid black;}*/
    #page-inner {
    	min-height: auto;
    }