@media print {
	html, body {
		width: 54mm;
		height: 25mm;
	}
	.wlabel {
		clear: left;
		display:block;
		page-break-after: always;
	}
}
body{font-family: 'Arial';}
h1{font-size: 12px; font-weight: 800;}
h2{font-size: 9px; font-weight: 600;}
.wlabel{width:54mm;height: 25mm; margin: auto auto; padding-top: 1mm;}
.main_wrapper{margin:auto; width:41mm; }
.sku{font-size:12px; text-decoration: underline;font-weight: 800;}
.title{font-size:12px;}
.price{font-size: 13px;}
.size{font-size: 13px;}
.composition{
	font-size: 12px;
    overflow:ellipsis;
    white-space: nowrap;
	}
.logo{
	width:7mm;
	margin:auto;
	margin-right: 2px;
}
.barcode{width:7mm;}
.page_break{}
.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}