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

table{
	table-layout: fixed;
	width:600px;
	padding: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0px;
	}
table,th,td{
	border:1px solid #CCC;
	border-collapse:collapse;
	
	
}
td,th{
	text-align:left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 18px;
	vertical-align: top;
}
th{
	color:#333;
	background-color: #FFF;
	font-weight: bold;
}
tr.odd td{background: #ddd}
col.odd{
	background: #eee;
	color: #FFF;
}
tr:hover td{
	background-color: #C5C5C5;

}

table a {
	text-decoration: none;
	}
</pre></body></html>