@charset "utf-8";


/* RANK
--------------------------------------- */
.standings p.last-update {
	margin: 7px 10px;
	text-align: right;
}
.standings .unit-2 {
	margin-top: 30px;
}
.standings table.rank-t {
	margin: 0 10px;
	width: 720px;
	border: 1px solid #AAA;
}
.standings table.rank-t th{
	padding: 8px;
	border: 1px solid #AAA;
	color: #666;
	text-align: center;
	background: #D6D6D6;
}
.standings table.rank-t td{
	padding: 8px;
	border: 1px solid #AAA;
	text-align: center;
	background: #FFF;
}
.standings table.rank-t tr.even td{
	background: #F0F0F0 !important;
}