div.print-order
	{
	margin: 10px 0 20px;
	width: 600px;
	border: 1px solid #d300c1;
	}

.print-order h3,
.print-order h4,
.print-order p
	{
	margin: 10px;
	display: block;
	font-family: arial !important;
	}

.print-order h3
	{
	color: #d300c1;
	text-align: right;
	font-size: 16px !important;
	}

.print-order h4
	{
	font-size: 13px !important;
	border-bottom: 1px dotted #ccc;
	}

.print-order p
	{
	font-size: 11px !important;
	color: #cd00c6;
	}

table
	{
	margin: 10px;
	display: table;
	border-bottom: 1px dotted #ccc;
	}

	table thead
	{
	background: #d300c1;
	color: #fff;
	}

	table tbody td
	{border-bottom: 1px dotted #ccc;}

	table th,
	table td,
	table tr
		{
		font-family: arial !important;
		font-size: 11px !important;
		text-align: left !important;
		}

	table tfoot
	{
	background: #ccc;
	}

	table tfoot td
	{border-bottom: 1px solid #fff;}