<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div.contenitore_allegati {
	margin:0 auto;
	padding:0;
	width:94%;
	text-align:center;
	max-width: 75rem;
}
.allegato {
	margin:0px 0px;
	padding:0px;
	width:100%;
	text-align:center;
}

.allegato a {
	margin:0.625rem 0.625rem 0.625rem 0rem ;
	padding:0px;
	width: auto;
	display: inline-block;

	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:#133C69;
	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;
}
.allegato a:hover span {
	color: #8C635D;
}
main.prodotti #contenuto div.allegato {
	width: 24rem;
	float: left;
}
main.prodotti #contenuto div.allegato a {
	width: 100%;
}

/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
.allegato a {
	margin:6px 0px 6px 0px;
	width:100%;
}
}</pre></body></html>