/* Tabella statistiche PGA */

#tabella_stat_PGA {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 0.9em;
}

tr.riga_titoli_col {
	background: linear-gradient(to top, #669933 0%, #57724e 80%);
	line-height: 16px;
	border-bottom: 2px solid #fff;
	color: #fff;
}
th.titoli_col_sx {
	font-weight: 400;
}
th.titoli_col_dx {
	padding-right: 4px;
	text-align: right;
	font-weight: 400;
}
th.#empty {
	width: 20px;
}
th#guidatore {
	width: 213px;
	padding-left: 10px;
}
th#corse {
	width: 50px;
	padding-right: 8px;
}
th#vitt {
	width: 45px;
	border-bottom: 2px solid #fff;
	padding-right: 8px;
}
th#vitt_sel {
	width: 45px;
	border-bottom: 2px solid #e9f6d5;
	padding-right: 8px;
}
th#piaz, #prm {
	width: 75px;
}
th#perc_piaz, th#perc_prm {
	width: 60px;
}
th#perc_vitt {
	width: 60px;
	padding-right: 6px;
}
th#somme {
	width: 110px;
	border-bottom: 2px solid #fff;
	padding-right: 8px;
}
th#somme_sel {
	width: 110px;
	border-bottom: 2px solid #e9f6d5;
	padding-right: 8px;
}
th#media_corsa {
	width: 90px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
th#media_corsa span {
	font-size: 1.2em;
}

tr.riga_grigia {
	background-color: #f9f9f9;
	line-height: 26px;
	/*border-bottom: 0.7px solid #57724e;*/
}
tr.riga_bianca {
	background-color: #fff;
	line-height: 26px;
	/*border-bottom: 0.7px solid #57724e;*/
}
td.empty {
	width: 20px;
}
td.guidatore_PGA {
	width: 213px;
	padding-left: 8px;
}
td.guidatore_PGA a span {
	font-weight: 300;
	font-size: 1.1em;
}
td.tot_corse_PGA {
	width: 50px;
	text-align: right;
	padding-right: 7px;
}
td.tot_vitt_PGA {
	width: 45px;
	text-align: right;
	padding-right: 6px;
}
td.tot_vitt_sel_PGA {
	background-color: #e9f6d5;
	width: 45px;
	text-align: right;
	padding-right: 6px;
}
td.tot_piaz_PGA, td.tot_prm_PGA {
	width: 65px;
	text-align: right;
	padding-right: 3px;
}
td.tot_vitt_sel_PGA span, td.somme_sel_PGA span {
	font-size: 1.05em;
	font-weight: 600;
	color: #194900;
}
td.perc_piaz_PGA, td.perc_prm_PGA {
	width: 60px;
	text-align: right;
	padding-right: 3px;
}
td.perc_vitt_PGA {
	width: 60px;
	text-align: right;
	padding-right: 5px;
}
td.somme_PGA {
	width: 110px;
	text-align: right;
	padding-right: 6px;
}
td.somme_sel_PGA {
	background-color:#e9f6d5;
	width: 110px;
	text-align: right;
	padding-right: 6px;
}
td.media_corsa_PGA {
	width: 90px;
	text-align: right;
	padding-right: 8px;
}
