/* risultati */
.risultati-gare {
	width: 90%;
	max-width: 700px;
	background-color: #225799;
	border-radius: 15px;
	padding: 1% 2%;
	color: white;
	font-size: 16px;
	text-align: center;
	word-break: break-word;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.ris-sq {width: 39%;}/*37%*/
.ris-sq1 {width: 35%; text-align: right}
.ris-sq2 {width: 35%; text-align: left}
.ris-ris {width: 3%; font-family: "Calibri"; font-size: 17px; padding: 0px} /*7%*/
.ris-ris1 {width: 12%; font-family: "Calibri"; text-align: right; font-size: 17px;}
.ris-ris2 {width: 12%; font-family: "Calibri"; text-align: left; font-size: 17px}
.ris-space {width: 6%;}


/* fasi finali */
.fin-sq {width: 35%}
.fin-sq1 {width: 35%; text-align: right}
.fin-sq2 {width: 35%; text-align: left}
.fin-ris {width: 4%; font-family: "Calibri"; font-size: 17px}
.fin-ris1 {width: 4%; font-family: "Calibri"; text-align: right; font-size: 17px}
.fin-ris2 {width: 4%; font-family: "Calibri"; text-align: left; font-size: 17px}
.fin-space {width: 6%}/*2%*/
.fin-dts-dcr {width: 14%}/*18%*/


/* giornata e data */
.giornata  {
	/* width: 90%; */
	/* max-width: 600px; */
    background-color: #ffffff;
    font-size: 26px;
	font-weight: bold;
	font-family: "Calibri";
	text-align: center;
    color: #0e2440;
    padding: 5px;
	margin: 0px;
	margin-bottom: 5px;
	border-radius: 15px;
    border-style: solid none solid none;
    border-width: thick;
    border-color: #225799 white #225799 white;
}


/* prossimo turno */
.prossimo-turno {
	width: 90%;
	max-width: 700px;
	background-color: #0e2440;
	border-radius: 15px;
	padding: 1% 2%;
	color: white;
	font-size: 16px;
	text-align: center;
	word-break: break-word;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.pros-sq {width: 45%}
.pros-sq1 {width: 45%; text-align: right}
.pros-sq2 {width: 45%; text-align: left}
.pros-space {width: 10%}


/* classifica */
.classifica {
	/* width: 90%; */
	max-width: 90%;
	background-color: white;
	border-radius: 15px;
	color: #0E2440;
	padding: 1% 2%;
	font-size: 16px;
	text-align: center;
	word-break: break-word;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
.Sq {text-align: left}
.G {font-family: "Calibri"; /*color: #E56705;*/ font-style: italic; font-size: 17px}
.Pt {font-family: "Calibri"; font-weight: bold; font-size: 17px}
.V, .N, .P, .S {font-family: "Calibri"; font-size: 17px}

.RF, .RS, .GF, .GS, .DR {font-family: "Calibri"; font-size: 17px}
td.logo {
	/* background-color: white; */
	padding: 0px 5px;
}
img.logo {width: 30px}

/* classifica marcatori */
.classifica-marcatori {
	max-width: 90%;
	max-width: 600px;
	background-color: white;
	border-radius: 15px;
	color: #0E2440;
	padding: 1% 2%;
	font-size: 16px;
	text-align: center;
	word-break: break-all;
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.2);
}
#M {color: inherit;}
#R {font-family: "calibri"; color: inherit; font-weight: bold; font-size: 17px}
#S {color: inherit; font-style: oblique}