.post table {
	font-size: 0.75em;
	background:#eee;
}
.post table th {
	background:#fff;
 	padding: 8px;
	font-weight:bold;
}
.post table td {
	background:#fff;
	padding: 8px;
}
.post table thead {
	font-weight: bold;
}