@media print {
/* 	@page{ */
/* 	size: A4 landscape; */
/* 	margin : 0; */
/* 	} */
/* 	body{ */
/* 		transform: scale(0.5) !important; */
/* 		transform-orign: top left !important; */
		
/* 		height:200% !important; */
/* 		margin:0 !important; */
/* 		padding:0 !important; */
/* 	} */

body *{
	visibility:hidden;
}
.contents *{
	visibility: visible; 
}
.contents {
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

}