/* Print Specific CSS */
body {
	margin: 2mm;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: black;
	background-color: white !important;
	background-image: none !important;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin-
}

p {
	font-size: 10pt;
}



/* hide elements from printing */
#header, #buttons, #footer, #thankyou, p {
 display: none;   
}

hr, #printhead {
 display: block;   
}

hr {
    margin: 5mm 0;   
}



/* order details */
dl dt {
	float: left;
	display: block;
	text-align: right;
	width: 40mm;
	font-weight: bold;
	margin-right: 5mm;
	font-size: 10pt;
}

dl dd {
	font-size: 10pt;
	margin-bottom: .1in;
}

/* ordered items */
table {
	width: 98%;
	margin-bottom: 10mm;
	border-collapse: collapse;
	border: 1px solid black;
}

thead {
	display: table-header-group;
}

thead th {
	font-size: 10pt;
	padding: .4em;
	border: 1px solid black;
}

tbody td {
	font-size: 10pt;
	padding: .4em;
	border: 1px solid black;
}

tbody td.subtotal {
    padding: .4em;   
}

tfoot th {
	font-size: 10pt;
	padding: .4em;
	border: 1px solid black;
}

tfoot td {
	font-size: 10pt;
	padding: .4em;
	font-weight: bold;
	border: 1px solid black;
}