.elementor-16 .elementor-element.elementor-element-b5caa31{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16 .elementor-element.elementor-element-152af61 > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS *//****************************** 
       TABELLA CLASSIFICA
*****************************/

/* TABELLA LARGHEZZA PIENA */
table.pool-ranking.ranking-page 
{
	max-width: none;
  }

/* Allinea al centro il contenuto delle colonne per la classifica dei GRUPPI */
	table td,
	table th,
	table tr
{
	text-align: center;
  }

/* INTESTAZIONE TABELLA */
table.pool-ranking.ranking-page th
{
	text-transform: uppercase;
	background-color: rgb(0, 129, 82);
	color:white;
  }


/* COLONNA PRONOSTICI */
table.pool-ranking.ranking-page td.num-predictions
{
/*	background-color: white;  */
	text-align: center;
  }


/* COLONNA PUNTI */
table.pool-ranking.ranking-page td.ranking.score
{
	text-align: center;
  }

/* SFONDO */
tbody {
		background-color:white;
}

td.ranking.score {
	color:gray;
	font-weight:bold;
	background-color:greenyellow;
}


td.num-predictions {
	color: red;
	font-weight:bold;
}

/* TENDINA GIORNATA */
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    background-color: yellow;
    width: 30%;
}/* End custom CSS */