table tr.series td {
	background-color: #EFF2FC;
	/*color: #005695;*/
	font-weight: bold;
	font-size: 1.6em;
	border-top: 5px solid #ccc;
	padding: 0 4px;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, .15);
}
table tr.subSeries td {
	background-color: #EBEFCE;
	/*color: #788E1E;*/
	font-weight: bold;
	font-size: 1.2em;
	border-top: 2px solid #ccc;
	padding: 0 4px;
}
table tr.subSubSeries td {
	background-color: #FFECBC;
	/*color: #005957;*/
	font-weight: bold;
	border-top: 1px solid #ccc;
	padding: 0 4px;
}