/*

bright blue 	#09C4D0
darker blue 	#0BA2AB
darkest blue 	#1A656B
  
*/

.gamestats td {
	color: #fff;
}

.gamestats tr {
	background: #222;
}	

tr.head {
	background: #1A656B; 
	background-image: none;
}
td.head {
	color: #09C4D0;/*was white*/
}
tr.stat {
	background: transparent; 
}

td.stat-number {
	color: #fff;
}
td.stat-name {
	color: #fff;
}

td.stat-value {
	color: #fff;
}
td.stat-zero {
	color: #09C4D0;
}

td.stat-value-darker {
	background: #0BA2AB; background: #111;
	color: #fff;
}
td.stat-zero-darker {
	background: #0BA2AB; background: #222;
	color: #5e7222;color: #ccc;
}	

td.stat-value-darkest {
	background: #0BA2AB; 
	color: #fff;
}
td.stat-zero-darkest {
	background: #1A656B; 
	color: #5e7222;color: #ccc;
}	

a.stat {
	font-size: 10px; 
	color: #fff;
}
tr.totals {
	color: yellow; 
	background: #1A656B;
	background-image: none;
}

a.highlight-link {color:#09C4D0;}
a.highlight-link:hover {color:#1A656B;}
