
ul.seurat {
	list-style-type: none;
	margin: 0;
}
ul.seurat li {
	margin: 2px 0;
}
ul.seurat li span {
	float: left;
	width: 50px;
}
ul.seurat li a {

	text-decoration: none;
}
table.ranking td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	width: 230px;
}
table.ranking {
	float: left;
	width: 690px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
table.ranking td .weight {
	float: left;
	font-weight: bold;
	width: 190px;
	text-align: center;
	margin: 2px 0;
}
table.ranking td span {
	float: left;
	width: 30px;
	margin: 2px 0;
}
table.ranking td.name {
	background: #8EB5D2;
}
table.ranking td .fighter {
	float: left;
	width: 193px;
	text-align: left;
	margin: 2px 0;
}
table.ranking td a {
	text-decoration: none;
}
