@media print {
     .item-list {
		 display: none !important;
	 }
	 
	 body {
		 display: none !important;
	 }
}


	
