/*

SCHEMA COLORI

verde: #3a5f65;
verde scuro:#142123;
verde chiaro:#c0d1d2;
grigio testo: #777;

*/

#content > .left{
	width:100%;
}

.country-summaries-table{
	border-collapse:collapse;
	margin-bottom:30px;
}

.country-summaries-table th,
.country-summaries-table td{
	text-align:left;
	vertical-align:top;
}

.country-summaries-table th{
	width:16px;
	padding:5px 10px 0 0;
}

.country-summaries-table td{
	width:140px;
}

.country-summaries-table td a{
	color:#3a5f65;
	font-weight:bold;
}

.country-summaries-table td a:hover{
	color:#142123;
	font-weight:bold;
}

.country-summaries-table thead td{
	font-weight:bold;
	font-size:1.2em;
	color:#3a5f65;
	padding-bottom:5px;
}