@charset "utf-8";
/* CSS Document */

#rank_table {
	border-collapse:collapse;
	background-color: #FFF;
}

#rank_table th, td {
	padding: 8px;
}

#rank_table th {
	background-color: #003399;
	color: #FFFFFF;
	font-size: 20px;
}

#rank_table td {
	font-size: 18px;
}

#rank_table tr.first {
	background-color: #BCED91;
	font-weight: bold;
}