/* CSS Document */

.sales-order-print {
padding:10px;
font-size:10pt;
}
.sales-order-print address {
font-style:normal;

}
h1,h2 {
margin:16px 0 6px;
padding:0;
}
th {
text-align:left;
}
.data-table {
font-size:11pt;
border:1px solid #ccc;
border-top:0;
}
.data-table th {
border-top:1px solid #ccc;
}
.data-table th, .data-table td {
padding:10px;
border-right:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
.data-table td.last,
.data-table th.last {
border-right:0;
}
.order_totals {
	border-bottom:0;
}
.grand_total td {
	border-bottom:0;
}
.buttons-set {
	display:none;
}