#stats{
	margin-top: 10px;
}
#stats table{
	background-color: #5e5e5e;
	padding: 0px;
	width: 100%;
	margin-bottom: 20px;
}
#stats td{
	padding: 5px;
	background-color: #FFF;
}
#stats th{
	text-align: left;
	padding: 5px;
	color: #111;
	background-color: #ecbc38;
	border: 1px solid #e3e3e3;
	font-size: 14px;
}

#stats th a:hover{
	color: #444;
}

#stats div.flow{
	overflow: auto;
	height: 322px;	
}