/* statistics format (chart table) */

.charts-redstats {
	background: #FFF5EE !important;
	text-align: center;
	font-style: italic;
}

/* zebragrey, starts with blue */

.wikitable.charts-zebragrey > tbody > .sortbottom ~ .sortbottom ~ tr:nth-of-type(even) {
	background: #eeeeee;
}

.wikitable.charts-zebragrey > tbody > .sortbottom ~ .sortbottom ~ tr:nth-of-type(odd) {
	background: #e1e9f3;
}

.wikitable.charts-zebragrey > tbody > .sortbottom ~ tr:nth-of-type(odd) {
	background: #eeeeee;
}

.wikitable.charts-zebragrey > tbody > .sortbottom ~ tr:nth-of-type(even) {
	background: #e1e9f3;
}

.wikitable.charts-zebragrey > tbody > tr:nth-of-type(even) {
	background: #eeeeee;
}

.wikitable.charts-zebragrey > tbody > tr:nth-of-type(odd) {
	background: #e1e9f3;
}

/* zebragrey2, starts with grey */

.wikitable.charts-zebragrey2 > tbody > .sortbottom ~ .sortbottom ~ tr:nth-of-type(odd) {
	background: #eeeeee;
}

.wikitable.charts-zebragrey2 > tbody > .sortbottom ~ .sortbottom ~ tr:nth-of-type(even) {
	background: #e1e9f3;
}

.wikitable.charts-zebragrey2 > tbody > .sortbottom ~ tr:nth-of-type(even) {
	background: #eeeeee;
}

.wikitable.charts-zebragrey2 > tbody > .sortbottom ~ tr:nth-of-type(odd) {
	background: #e1e9f3;
}

.wikitable.charts-zebragrey2 > tbody > tr:nth-of-type(odd) {
	background: #eeeeee;
}

.wikitable.charts-zebragrey2 > tbody > tr:nth-of-type(even) {
	background: #e1e9f3;
}