<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* MODELLO A BLOCCHI DI PAGINA */
.cls-blocco {
	margin: 20px 0px;
	clear: both;
	font-size: 80%;
	position: relative;
}
.cls-blocco-titolo {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
	color: #B12C1B;
}
.cls-blocco-testo {
	margin-bottom: 10px;
}
.cls-blocco-bordo {
	border: 1px solid #CCCCCC;
	padding: 10px;
}
.cls-blocco-dimensione-50 {
	clear: none;
	width: 46%;
	margin-bottom: 10px;
}
.cls-blocco-dimensione-50-sx {
	float: left;
}
.cls-blocco-dimensione-50-dx {
	float: right;
}
.cls-blocco-ordine {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px 8px;
	font-weight: bold;
	font-size: 80%;
}</pre></body></html>