table.pdf_posting_yearly {
	border-collapse: collapse;
	background-color:white;
	table-layout: fixed;
	width:2000px;
 }

table.pdf_posting_yearly td {
	padding: 1.0em;
	margin: 0.5em;
	border: 0.1px solid black;
	font-size: smaller;
	text-align:right;
 }

 table.pdf_sales {
	border-collapse: collapse;
	background-color:white;
	table-layout: fixed;
	width:840px;
 }

 table.pdf_sales th {
	padding: 0.5em;
	margin: 0.5em;
	border: 0.1px solid black;
	font-size: 10px;
	text-align:center;
	width:120px;
 }

table.pdf_sales td {
	padding: 0.5 em;
	margin: 0.5em;
	border: 0.1px solid black;
	font-size: smaller;
	text-align:center;
	width:60px;
 }
