#table-splits {
	font-size: 11px;
}
#table-splits td {
	vertical-align: top;
}
#table-splits tr:nth-child(2n) {
	background: rgb(238, 238, 238);
}
#table-splits tr:nth-child(2n+1) {
	background: rgb(250, 250, 250);
}
#table-splits tr:first-child {
	background: white; font-weight: bold; border-bottom-color: red; border-bottom-width: 2px; border-bottom-style: solid;
}
#table-splits td {
	text-align: right;
}
#table-splits td:nth-child(2) {
	text-align: left;
}
.td-split-1 {
	color: rgb(0, 221, 0); font-weight: bold;
}
.td-split-2 {
	color: rgb(0, 187, 0); font-weight: bold;
}
.td-split-3 {
	color: rgb(0, 153, 0); font-weight: bold;
}
.td-split-4 {
	color: rgb(0, 119, 0); font-weight: bold;
}
.td-split-5 {
	color: rgb(0, 85, 0); font-weight: bold;
}
.td-split-6 {
	color: rgb(0, 51, 0); font-weight: bold;
}
.td-split-7 {
	color: rgb(0, 17, 0); font-weight: bold;
}
.td-cum-1 {
	color: rgb(204, 170, 0); font-weight: bold;
}
.td-cum-2 {
	color: rgb(187, 153, 0); font-weight: bold;
}
.td-cum-3 {
	color: rgb(170, 136, 0); font-weight: bold;
}
.td-cum-4 {
	color: rgb(136, 102, 0); font-weight: bold;
}
.td-cum-5 {
	color: rgb(102, 68, 0); font-weight: bold;
}
.td-cum-6 {
	color: rgb(68, 34, 0); font-weight: bold;
}
.td-cum-7 {
	color: rgb(34, 0, 0); font-weight: bold;
}
.td-performance-7 {
	background: rgb(255, 85, 85);
}
.td-performance-6 {
	background: rgb(255, 119, 119);
}
.td-performance-5 {
	background: rgb(255, 153, 153);
}
.td-performance-4 {
	background: rgb(255, 170, 170);
}
.td-performance-3 {
	background: rgb(255, 187, 187);
}
.td-performance-2 {
	background: rgb(238, 204, 204);
}
#ul-winsplits-menu li {
	width: 200px; padding-right: 4px; padding-left: 4px; display: inline;
}
#ul-winsplits-menu li a span {
	background: rgb(238, 238, 238); padding: 4px; border: 1px solid black; border-image: none; width: 200px; display: inline;
}
#div-performance-index {
	padding: 10px; width: 780px; margin-top: 20px; margin-bottom: 10px; background-color: rgb(240, 240, 240);
}
