.legenda .legenda-allerta{
	float:left;
	width:25%;
	padding-bottom:5px!important;
	padding-top:5px!important;
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Oswald",Arial,"Times New Roman",Helvetica;
	max-height: 35px;
}
.allerta-verde{
	background-color:#9acd32
}
.allerta-giallo{
	background-color:#fffc1e
}
.allerta-arancione{
	background-color:#ffa500
}
.allerta-rosso{
	background-color:#fe0000
}
div.legenda-allerta img{
	display:none
}
.titolo-allerta{
	padding:1%;
	float:left;
}
.data-allerta{
	float:left;
	font-weight:bold;
	padding:1%;
}
.data-left{
	width:55%;
}
.data-right{
	width:44%;
}