@media print {    
    .no-print, .no-print * {
        display: none !important;
    }
}

body {
	font-family: "helvetica neue", helvetica, arial, sans-serif;
	height: 278mm;
	margin: 7mm auto 3mm;
	padding: 2mm;
	position: relative;
	width: 195mm;
	/* border: 1px solid black; */
}
#header {
	border: 1px solid #ccc;
	overflow: hidden;
	padding: 0
}
#header ul {
	font-size: .9em;
	list-style-type: none;
}
#header ul li {
	margin-bottom: 1mm;
}
#logo {
	float: left;
	width: 58mm;
	margin-left: 1mm;
	margin-top: 5mm
}
#contact-us {
	float: right;
	margin: 1mm 60mm 0 0;
	
}
h1 {
	background: #efefef;
	font-size: 20pt;
	font-weight: 400;
	margin: 2mm 0;
	overflow: hidden;
	padding: 3mm
}
h1 span#h1-1 {
	float: left;
}
h1 span#h1-2 {
	float: right;
}
#highlights {
	margin-bottom: 2mm;
	overflow: hidden;
	position: relative;
}
#highlights #features {
	float: left;
	width: 33%;
}
#highlights #features table {
	margin-left: -1.3mm;
	margin-top: -1.5mm;
	width: 100%;
}
#highlights #features table td {
	border: 1px solid #ccc;
	padding: 3mm;
	width: 50%;
}
#highlights #features #price {
	background: #efefef;
	font-weight: 600;
	margin: 2mm 3mm 0 0;
	padding: 4mm 3mm;
	text-align: center;
	/*
position: absolute;
	bottom: 0;
*/
	/* width: 27%; */
	font-size: 1.2em;
}
#highlights #featured-image {
	float: right;
	width: 67%;
}
#highlights #featured-image img {
	display: block;
	margin-left: 1mm;
	width: 100%;
}
#content {
	border: 1px solid #ccc;
	line-height: 1.4;
	margin: 5mm 0;
	padding: 6mm 4mm;
}
#notice {
	font-size: .7em;
	margin-top: 5mm;
}
sup {
	font-size: .6em;
}

#qr_code {
	position: absolute;
	right: 3mm;
	top: 3mm
}
#main-image {
	height: 127mm;
	margin: 2mm 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}
#main-image img {
	display: block;
	height: 127mm;
	width: 100%;
}
#thumbs {
	margin-bottom: 2mm;
	overflow: hidden;
}
#thumbs div {
	float: left;
	height: 46mm;
	overflow: hidden;
	margin-right: 1.5mm;
	width: 64mm;
}
#thumbs div.last {
	margin-right: 0;
}
#thumbs img {
	display: block;
	height: 46mm;
	width: 100%;
}
#thumbs div:last-child img {
	margin-right: 0;
}
