/* ----------------------------------------------------------------------------------------------------------- *//* HEADER */@import "header_screen.css";
/* FOOTER */@import "footer_screen.css";
/* COOKIE */@import "cookie.css";
/* FONTS */@import "fonts.css";/* ----------------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------------------------------- *//* ISOTOPE */* {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;}
.grid {	width: 800px;	margin: auto;}
.grid:after{	content: '';	display: block;	clear: both;}
.grid-item{	float: left;	width: 390px;	height: 130px;	background: #54CDB0;	margin: 0 5px 10px 5px;	position: relative;	overflow: hidden;}/* ----------------------------------------------------------------------------------------------------------- */
html{	margin:0;	padding:0;}
body{	margin:0;	padding:0;	font-family: textfont;	font-size: 15pt;	background: #F5F5F5;}
a{	color: #FF305B;	text-decoration: none;}
.grid {	width: 800px;	margin: auto;	padding-top: 130px;}
.title{	font-family: popfont;	font-size: 50pt;	color: #02AAAC;	text-align: center;}
.content_just{	font-family: textfont;	font-size: 15pt;	text-align: justify;}
.content_center{	font-family: textfont;	font-size: 15pt;	text-align: center;}
.cell{	margin-bottom: 10px;	padding: 10px;	background-color: white;}
.cell_text{	margin-bottom: 10px;	padding: 20px;	background-color: white;}
.spessore_finale{	width: 100%;	height: 35px;}.table{	display: table;	width: 100%;}.item_icon{	display: table-cell;	width: 15%;	vertical-align: middle;	text-align: center;}.item_icon a{	color: #02AAAC;	font-size: 10pt;}.item_content{	display: table-cell;	width: 85%;}.item_title{	font-size: 16pt;}.item_source{	font-size: 14pt;}.item_dt{	color: grey;	font-size: 12pt;	text-align: right;	margin-top: 0px;}