/***********************************************************************************************************************************/
/* RANKING *************************************************************************************************************************/
/***********************************************************************************************************************************/

table.ranking {
	margin-bottom: 10px;
}
table.ranking th.position, table.ranking td.position {
	width: 24px;
	text-align: center;
	padding: 0 5px 0 5px;
}
table.ranking th.element, table.ranking td.element {
	text-align: left;
	padding-left: 5px;
}
table.ranking th.score, table.ranking td.score {
	text-align: center;
}
table.ranking th.change, table.ranking td.change {
	text-align: center;
	width: 40px;
}
span.equal {
	color: brown;
}
span.greater {
	color: #090;
}
span.lesser {
	color: #c00;
}
.ranking-number {
	background: url(/media/equideo/image/library/bloc/fond-position.png) transparent no-repeat center top;
	height: 20px;
	padding-top: 4px;
	padding-right: 1px;
	text-align: center;
	font-weight: bold;
}
