@CHARSET "ISO-8859-1";

body {
        width: 210mm;
        
        }
        .page {
	width: 195mmm;
	height: 272mm;
	margin: 12.5mm 7.5mm 12.5mm 7.5mm;
	
	border-radius: 0px;
	background: white;
	position: relative;
}

@page {
	size: letter;
	margin: 0;
}

@media print {
	.page {
	margin: 12.5mm 7.5mm 12.5mm 7.5mm;
	page-break-after: always; 
		html, body {
    width: 195mm;
	height: 272mm;
  }
}

}
    .label{
        width: 58mm; 
        height: 28mm; 
        padding: 3mm;
       /* margin-right: .125in;  the gutter */

        float: left;
        overflow: hidden;
        }
    .page-break  {
        clear: left;
        display:block;
        page-break-after:always;
        }

.headingBlack {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 8pt;
	/* font-style: normal; */
	/* font-variant: normal; */
	font-weight: bold;
	letter-spacing: -.06em !important;
	line-height: .8em;
	margin: 0;
}

.headingGrey {
	color: #e6e6e6; font-family : 'Helvetica Neue', Helvetica, Arial,
	sans-serif;
	font-size: 8pt;
	/* font-style: normal; */
	/* font-variant: normal; */
	font-weight: bold;
	letter-spacing: -.06em !important;
	line-height: .8em;
	margin: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
