#statisticContainer {
	background-color:#f0892c;
	color: #fff;
}
#statisticCellHeader {
	color: #fff;
	background-color: #f1a430;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
#statisticCell{
	color: #fff;
}
*html #statisticCell{
	width: 200px;
}
