/** Tables **/
table {
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 700px;
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	/*border-bottom:1px solid #ddd;*/
}
table tr:nth-child(2n) td {
	background: #fff;
}
table tr td.print_label {
	font-weight: bold;
	border-bottom: none;
	width: 150px;
}
table tr td.print_field {
	border-bottom: 3px solid black;
	width: 550px;
}
