.allegato {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width:100%;
    
	display:flex;
	align-items:flex-start;
	justify-content:center;
    flex-flow:row wrap;
}
.allegato a {
	margin:0.625rem 0.625rem 0.625rem 0rem;
	padding:0px;
	width: auto;

	position:relative;
}
.allegato a span {
	margin:0px;
	padding:0 0 0 2.625rem;
	float:left;
	text-align:left;
	font-size:0.9rem;
	line-height:2.25rem;
	color:#444;
	width: calc(100% - 2.625rem);
	background: url('../../../images/pubblico/download.svg') no-repeat top left;
	background-size: 36px 36px;
	white-space: nowrap;
  	overflow: hidden;
	text-overflow: ellipsis;
    max-width: 100%;
}
.allegato a:hover span {
	color: #B12237;
}
main.callto_allegato .allegato a span {
	font-size:1rem;
	color:#FFF;
	background: url('../../../images/pubblico/downloadW.svg') no-repeat top left;
	background-size: 36px 36px;
    background-color: #00A0C9;border-radius: 0.25rem;
}
main.callto_allegato .allegato a:hover span {
    background-color: #007E9B;
}
/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
.allegato a {
	margin:6px 0px 6px 0px;
	width:100%;
}
}