<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

html, body, table, tr, td, input, select, *
{
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	font-family: "Montserrat", 'Montserrat', Montserrat;
	@font-face {
		font-family: 'Montserrat';
		font-style: italic;
		font-weight: 700;
		font-display: swap;
		src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUPjIg1_i6t8kCHKm459WxZcgvD-w.ttf) format('truetype');
	}
}			

body
{
	margin:0;
}
a
{
	background:transparent;
}
a:focus
{
	outline:thin dotted;
}
a:active,a:hover
{
	outline:0;
}
b,strong
{
	font-weight:bold;
}

html
{
	font-size:62.5%;
	-webkit-tap-highlight-color:rgba(0,0,0,0)
}
body
{
/*	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;	*/
	font-size:14px;
	line-height:1.428571429;
	color:#333;
	background-color:#fff
}
a
{
	color:#428bca;
	text-decoration:none;
}
a:hover,a:focus
{
	color:#2a6496;
	text-decoration:underline;
}
a:focus
{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
img
{
	vertical-align:middle;
}
h4,.h4
{
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	line-height:1.1;
	color:inherit
}
h4
{
	margin-top:10px;
	margin-bottom:10px
}
h4,.h4
{
	font-size:18px
}

#header
{
	margin: 6px 0px 30px 0px;
	width:90%;
}

#header .logo
{
	margin: 0px 0px 0px 6px;
}

#header .article
{
	position:relative;
	text-align:left;
	left:45px;
	list-style:none;
}

#header .article h4
{
	text-align: left;
	line-height:0px;
	font-size:15px;
	color:gray;
	font-weight:normal;
}

#header .menu
{
	position:absolute;
	text-align:right;
	top:3px;
	right:3px;
	color:navy;
}

#header .menu img
{
	border:0;
	cursor:pointer;
	height:30px;
}

#header .bg
{
	position:absolute;
	left:0;
	width:100%;
	height:5px;
	background-image: url('../../mobile/images/notte.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-color: #000000;
	background-origin: content-box;
	background-size:100%;
	margin:3px 0px 30px 0px;
}

#titolo
{
	height:30px;
	border-collapse:collapse;
	background-color:#FF0000;
	padding-top:5px;
}

#fields-container
{
	min-width:100%;
	max-width:100%;
	overflow:hidden;
}

#fields-container #field
{
	float:left;
	min-width:360px;
	max-width:100%;
	margin: 30px 0px 0px 30px;
}

#fields-container #field select
{
	font-size:14px;
}

@media only screen and (max-width: 48em)
{
	#fields-container
	{
		min-width:270px;
		max-width:100%;
	}

	#fields-container #field
	{
		min-width:270px;
		max-width:100%;
		margin: 30px 0px 0px 30px;
	}
}</pre></body></html>