@CHARSET "UTF-8";

table.rankings {
	border-collapse: collapse;
	border-bottom: 7px solid blue;
}

table.rankings th {
	padding: 4px;
   font-weight: bold;
   border-bottom: 7px solid blue;
   border-right: 1px solid blue;
   vertical-align: bottom;
   background: #7080ff
}

table.rankings td
{
	padding-left: 4px;
	padding-right: 4px;
	border-right: 1px solid blue;
	text-align: right;
}

table.rankings td.off {
	background: #c1c1ff;
}

table.rankings td.text {
	text-align: left;
}

table.rankings td.total
{
   font-weight: bold;
}