#partenti, #risu, #Risu_Video, #tab_completo, #ritiri, #iscritti {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1.5px;
	background: var(--VERDE_4);
	padding: 1px 5px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
#ritiri {
	background: var(--YEL_2);
}
#iscritti {
	background: var(--ORANGE_2);
}
#maschi, #femmine {
	font-family: 'Ubuntu Condensed', sans-serif;
	letter-spacing: 1.5px;
	color: #fff;
	padding: 0px 4px 1px 4px;
	font-weight: bold;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
	text-shadow: 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000, 0px 0px 4px #000;
}
#maschi {
	background: var(--MASCHI);
}
#femmine {
	background: var(--FEMMINE);
}
