#aretable{
	font-size:12px;
	font-weight:bold;
	width:100%;
	padding:0px;
	margin:0px;
	border:1px solid #333;
	border-collapse:collapse;
	table-layout:auto !important;
}
#aretable th{
	font-size:14px;
	font-weight:bold;
	background-color:#222;
	text-align:center;
	white-space:nowrap !important;
	width:8%;
}
#aretable th:first-child{
	width:44%;
}
#aretable td{
	border:1px solid #333;
	padding:3px;
	text-align:center;
	background-color:#111;
	color:#fff;	
}
#aretable td:first-child{
	background-color:#222;
	color:#eee;
	text-align:left;
	font-weight:bold;	
}
#aretable tr:first-child td:first-child{
	background-color:#222;
	text-align:center;
	font-weight:normal;
	font-size:9px;	
}