#size-table .entry-header {
margin-left:220px;
}
 
table {
	border-collapse:collapse;
	width:100%;
}
 
#size-table table {
	width:300px;
	margin-bottom:2em;
	margin-left:220px;
}
 
th,td {
	border:#086 1px solid;
	font-size:12px;
	padding:3px;
	text-align:center;
}
 
th {
	background-color:#9db;
}
 
