/* Scss Document */

#classement {
	list-style: decimal;
    font-size: 15px;
}

#classement li {
	margin-bottom: 5px;
}

#limit {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 5px; 
	background-color: #fff;
	bporder: 3px dashed #c00;
}

#limit legend {
	display: none;
}
