/* Squadre */

#team_roster	{
	font-family: Arial;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
	/*float: left;*/
}

#team_roster .team_name	{
	font-size: 16px;
	font-weight: bold;
	color: #e66000;
	margin-bottom: 10px;
}


#team_roster td	{
	font-size: 12px;
	color: #000;
	padding: 2px;
}

#team_roster .withdrawal {
	text-decoration: line-through;
}

#team_roster .rosa	{
	/*background-color: #F3DFE8;*/
	background-color: #facd8a;
}

#team_roster.bib	{
	width: 25px;
	/*font-weight: bold;*/
}

#team_roster .rider_name	{
	width: 215px;
}


#team_roster .country	{
	width: 30px;
}