<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body { max-width: 1920px; height: 100%; }
thead tr { background: #FFF; color:#1F5C99 }
.fermate.in-arrivo{ padding-top: 543px }
.elenco-fermate &gt; div.row-fermata:nth-child( odd ) { background: #1F5C99; color: #fff }
.elenco-fermate &gt; div.row-fermata:nth-child( even ) { background: #FFF; color:#208a8a; }
.row-fermata:nth-child( even ) svg.icon { fill: #208a8a; }
.row-fermata:nth-child( odd ) svg.icon { fill: #FFF; }
.rounded-qrcode { border-top-right-radius: 9px!important; border-bottom-right-radius: 9px!important; }
svg.icon { left: -15px; top: 50%; transform: translate(-50%, -50%); }
.qrcode{ top: 50%;transform: translateY(-50%); }


/* da mail giancarlo 22/12/2022 */
.position-fixed {
    position: relative !important;
}
.fermate.in-arrivo {
    padding-top: 0
}
.fs-4{line-height: 1.2;}

@media (min-width: 768px){
	.offset-md-3 {
	    margin-left: 25%;
	}
	.row-fermata.rounded-qrcode.col-10 &gt; div &gt; div.offset-md-3.col-10 {
	
	    width: 75% !important;
	
	}

}

@media (max-width: 768px){
	.fs-3 {
	    font-size: calc(1.1rem + .6vw) !important;
	}
	.fs-4 {
	    font-size: calc(1.1rem + .2vw)!important;
	}	
	
}</pre></body></html>