@charset "utf-8";

.userEvents table
{
	font-size: 12px;
	border-collapse: collapse;
	margin-bottom: 30px;
}

.userEvents th,
.userEvents td
{
	padding: 12px;
	border: 0px solid #ddd;
	text-align: left;
}

	/* Intestazione principale */
.userEvents th
{
	background-color: #2c3e50;
	color: white;
}

/* Riga dell'anno (Titolo Gruppo) */
.userEvents .year-header
{
	background-color: #f8f9fa;
	font-weight: bold;
	font-size: 1.2em;
	color: #2980b9;
}

/* Riga dei totali dell'anno */
.userEvents .year-summary
{
	background-color: #e8f4fd;
	font-weight: bold;
}

.userEvents .text-right
{
	text-align: right;
}

/* Badge per le letture */
.userEvents .badge
{
	display: inline-block;
	background: #3498db;
	color: white;
	padding: 2px 8px;
	border-radius: 10px;
	font-size: 0.9em;
	width: 40px;
	text-align: center;
}