/* Smartphones ----------- */
@media only screen and (max-width : 600px) {
div.struttura table, div.struttura tbody, div.struttura table tr, div.struttura table th, div.struttura table td {
	display: block;
}
#contenuto div.struttura table th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#contenuto div.struttura table td {
	border: none;
	border-bottom: 1px solid #eee;
	position: relative;
	padding-left: 50%;
	white-space: normal;
	text-align:left;
}
#contenuto div.struttura table td:before {
	content: attr(data-title);
	position: absolute;
	top: 6px;
	left: 6px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align:left;
	font-weight: bold;
}
}