body.print {
	 padding: 20px;
}
 body.print table {
	 border-collapse: collapse;
}
 body.print table th, body.print table td {
	 text-align: left;
	 padding: 5px;
	 border: 1px solid #000;
}
 body.print table th {
	 font-size: 18px;
}
 body.print table tr.divider td {
	 border: none;
	 padding: 15px 0;
}
 body.print table tr.section th {
	 background: #eee;
}
 tr.product_title_row td {
	 font-weight: bold;
}
 .vbottom {
	 vertical-align: bottom;
}
 .nowrap {
	 white-space: nowrap;
}
