@charset "utf-8";
/* CSS Document */

.single .entry_content table{
	border:0;
	background:#ddd;
	width:95%;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
}
.single .entry_content th{
	background-color:#eee;
	padding:8px;
	text-align:left;
}
.single .entry_content td.left{
	padding:5px;
	background:#fff;
	width:40%;
}
.single .entry_content td{
	padding:5px;
	background:#fff;
}