@page {
	size: 72mm 200mm portrait;
	margin: 0 0 0 0;
}

body {
	height: auto;
	font-family: sans-serif, Courier;
}

#receipt table {
	width: 100%;
}

#receipt thead {
	border-bottom: dashed 1px;
}

#receipt tfoot {
	border-top: dashed 1px;
}

#receipt th,
#receipt td {
	text-align: left;
	padding: 3px 3px 3px 0;
}

#receipt th {
	padding-top: 0;
}

.noprint {
	display: none !important;
	height: 0 !important;
	width: 0 !important;
}

.printfix {
	padding-top: 0 !important;
	max-width: 100% !important;
}
.mainprint {
	background-color: white;
	overflow: visible !important;
	height: auto !important;
}

.printwrapper {
	max-width: none !important;
	background-color: transparent !important;
	box-shadow: none !important;
	margin: 0 !important;
	display: block !important;
}

.printoverflow {
	overflow: visible !important;
}

.printautoheight {
	overflow: visible !important;
	height: auto !important;
}

.printlayout {
	width: auto !important;
	height: auto !important;
}

.printtitle {
	display: block !important;
}
