@page{
	size: auto;
	color: #fff;
	margin: 0mm;
}

html{
	background-color: #FFFFFF; 
	color: #000;
	margin: 10mm 15mm 1mm 15mm; /* this affects the margin on the html before sending to printer */
	-webkit-print-color-adjust: exact !important;
	print-color-adjust: exact !important;
}

.wrapper, .loading:before{ display: none; }

#print{
	display: block;
	position: relative;
	width: 100%;
}

#print img{
	display: block;
	width: 100%;
	height: auto;
}