

/* CSS classifiche INDICE SPORTIVITA' */

body {
	background-color: #F5E5D5;
	font-family: "soleSansReg";
}


h2 {
	margin: 3 0 0 0px;
	line-height: 1;
	padding: 0px;
}

#blocco0{
		margin-bottom: 100px;
	
}

#blocco1{
		margin-bottom: 40px;
	
}

.divLinka {
    cursor: pointer;
    width: 165px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #126088;
    position: relative;
      top: 35px;
    right: 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

table {
	width: 650px;
/*	margin: auto; */
	padding: 0px;
	border-spacing: 0px;
	font-weight: 400;
	font-size: 10pt;
	text-align: right;

}


th, td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	vertical-align: center;
	height: 20px;
	padding: 6px;
}

th {
	background-color: #DECFC1;
	text-transform: uppercase;
	height: 60px;
	font-family: Sole24Sans;
	font-size: 9pt;
	vertical-align: top;
	padding-top: 10px;
	font-family: "soleSansMed";
}


tr:hover {
	background-color: #DECFC1;
	color: #000;
}



/* --------------- CLASSI --------------- */

.destra {
	text-align: right;
}

.sinistra {
	text-align: left;
	font-size: 14pt;
	width: 30%;
}

.sinistraTIT {
	text-align: left;
	font-family: "soleSansMed";
	font-size: 9pt;
}

.scala2 {
	background-color: #00a892;
	font-weight: 400;
	color: #FFF;
}

.scala3,.scala4 {
	background-color: #f6acbf;
	font-weight: 400;
}

/*
.scala4 {
	background-color: #dc7997;
	font-weight: 400;	
}
*/

.negativo {
	color: #000;
}

.nota {
	font-size: 9pt;
}

.fondino {
	background-color: #DECFC1;
}


	
@media only screen and (max-width: 1199px) {

	th, td {
    padding-left: 4px;
    padding-right: 3px;
	}
}

@media only screen and (max-width: 1007px) {
	th, td {
    padding-left: 6px;
    padding-right: 6px;
	}
	
	body:after {
		content: "768";
		}

	}
    [class*="grid-container"] {
    width: 695px;
	grid-template-columns: 50% 50%;
    }

@media only screen and (max-width: 480px) {
	body:after {
		content: "320";
	  }
	
    [class*="grid-container"] {
	width: 300px;
	grid-template-columns: auto;
    }
th, td {
    padding-left: 3px;
    padding-right: 4px;
}
table {
	width: auto;}
	
	hr.hrDividi {
		position: relative;
		float: left;
		display: block;
	    margin: 110px 0px 0;
		width: 100%;
	}
	.sinistra {
		text-align: left;
		font-size:inherit;
		width: 30%;
	}
}