<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.marquee {
	height: 50px;
	line-height: 100%;
	overflow: hidden;
	position: relative;
}
.marquee span {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	line-height: 50px;
	text-align: center;

}

.marquee span a:hover {
	text-decoration:underline;
	color:white;
}


ul.newsticker a {
	color:white !important;
}
ul.newsticker a:hover {
	color:white !important;
}

.main-testata {
	height: 132px;
}

.main-testata &gt; .column {
	padding: 0px;
}

/**
 * 	---------------
 * 	Finestre modali
 * 	---------------
 */
.ui.modal.bordi-arrotondati {
	border-radius:20px !important;
}

/**
 * 	FiltroTipoArticolo
 */
.filtroTipoArticolo.ui.button {
	background-color:#FFFFFF;
	border:1px solid #E0E0E0;
	border-radius: 20px;
	width:80px;
	height:30px;
	font-size:12px;
	align-self:center;
}
.filtroTipoArticolo.ui.button:hover, .filtroTipoArticolo.ui.button.active, .filtroTipoArticolo.ui.button.active:hover {
	background-color:#E0E0E0;
}
</pre></body></html>