<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* == Stili di base - Mobile first ===== */
	
	#content {
		margin-top:-25px;
	}
	#colonna_left {
		width:100%;
	}
	#colonna_right {
		width:100%;
	}
	#qualifiche {
		display:none;
	}
	#img_dettaglio {
		width:70%;
	}
	.titolo_left {
		width:50%; 
	}
	.titolo_right {
		width:50%; 
	}
	.testo_strati {
		font-size:0.8em;
		position:relative;
		text-align:right;
	}
/* == Media queries (breakpoint) ===== */


/* -----------------------------------
IPAD PORTRAIT
------------------------------------ */
@media only screen and (min-width: 768px) {
	#content {
		width:90%;
		margin:0 auto;
		margin-top:30px;
	}
	#colonna_left {
		width:74.9%;
	}
	#colonna_right {
		width:25%;
	}
	#qualifiche {
		display:block;
	}
	#img_dettaglio {
		width:90%;
	}
	.titolo_left {
		width:40%; 
	}
	.titolo_right {
		width:60%; 
	}
	.testo_strati {
		font-size:0.8em;
		position:absolute;
		top:10px; 
		right:10px;
		text-align:left;
	}
}

/* -----------------------------------
IPAD LANDSCAPE + NETBOOK
------------------------------------ */
@media only screen and (min-width: 1024px){
	#content {
		margin-top:50px;
	}
}

/* -----------------------------------
DESKTOP
------------------------------------ */
@media only screen and (min-width: 1200px){
	#content {
		margin-top:120px;
	}
}</pre></body></html>