/* @override http://localhost:3000/stylesheets/print.css?1183053871 */

/* @group Miscellaneous */

body {
	font: 76% Arial, Helvetica, sans-serif;
}
th {
	text-align: center;
}
td {
	vertical-align: top;
}

/* @end */

/* @group Invoices */

body#orders.invoice .hide, #header, #flash, #navigation, #footer, p.back {
	display: none;
}
body#orders.invoice #contact_info, #shipping_info, #billing_info {
	float: left;
	margin-left: 25px;
}
body#orders.invoice .subtotal, .shipping, .tax, .total {
	text-align: right;
	font-weight: bold;
}

/* @end */

