<style>
body {
	background-color: #f4f7f6;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.leaderboard-container {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 0px 30px rgba(0, 0, 0, 0.05);
	padding: 5px;
	margin-top: 0px;
	border: 1px solid #eef2f5;
}
.leaderboard-title {
	font-weight: 700;
	color: #2c3e50;
	margin-bottom: 5px;
	font-size: 20px;
	letter-spacing: -0.5px;
}
/* Color sutil para las filas alternas (Stripped) */
.table-elegant.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f0f0f0 !important;
}
	
/* Estilizado de la tabla Bootstrap 3 */
.table-elegant {
	margin-bottom: 0;
}
.table-elegant th {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	color: #95a5a6;
	border-bottom: 2px solid #eef2f5 !important;
	padding: 5px 5px !important;
}
.table-elegant td {
	padding: 5px 5px !important;
	vertical-align: middle !important;
	font-size: 14px;
	color: #34495e;
	border-top: 1px solid #f1f5f8 !important;
	transition: all 0.2s ease;
}
/* Badges de Podio Elegantes */
.rank-badge {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
	font-weight: bold;
	font-size: 12px;
}
.rank-1 { background-color: #ffeaa7; color: #d63031;}
.rank-2 { background-color: #dfe6e9; color: #636e72;}
.rank-3 { background-color: #fab1a0; color: #57606f;}	
.rank-other { background-color: #f1f2f6; color: #57606f;}
	
/* Puntuación destacada */
.score-highlight {
	font-weight: 600;
	color: #2ecc71;
}
</style>