<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ===== POPUP SOVRAPPOSTO */

#Privacy {
	bottom: 0px;
	width: 100%;
	// height: 140px;
	left: 0%;
	text-align: center;
	color: #FFFFFF;
	position: fixed; z-index: 10;	
	opacity: 0.8;
	background-color: #666666;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
}

#Privacy p {
	padding: 0px;
	font-family: Tahoma;
	font-size: 12px;
	
   color: #FFFFFF;
   letter-spacing: 0px;
   text-align: center;

   margin: 4;
}


#Privacy a {
	color: rgb(170, 170, 170);
	text-decoration: underline;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
}


#Privacy a:hover {
color:#006600
}



#Privacy a#close {
	background: rgb(170, 170, 170);
	padding: 3px;
	border-radius: 2px;
	color: rgb(255, 255, 255);
	font-weight: 900;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}</pre></body></html>