/*
* 2014 by Jan "Someone" Vales <someone@somenet.org>
* do not publish!
*/
body{
	font-family: Tahoma;
	font-size: 0.8em;
}

table, tr, td{
	border-collapse: collapse;
}
thead th{
	text-align: center;
	background: #666;
	color: #fff;
	font-weight: normal;
	padding: 3px;
	border-left: 1px dashed #000;
	border-bottom: 4px solid #000;
}
td{
	padding: 5px;
	border-left: 1px dashed #000;
}

.score-0{}

.score-1{
  background-color: #aee8a7;
}

.score-2{
  background-color: #ff7c77;
}
