/* Date Evento: *descrizioni* aggiunge testo alla fine _BEGINRULE_ */ 
.fasceDataEvento.fasciaId89026 span.dataToCapitalize::after{content:' - Plant 1';font-size:14px /* nochange */; white-space: pre-wrap /* nochange */;}
.fasceDataEvento.fasciaId89596 span.dataToCapitalize::after{content:' - Plant 2';font-size:14px /* nochange */; white-space: pre-wrap /* nochange */;}
.fasceDataEvento.fasciaId90158 span.dataToCapitalize::after{content:' - Plant 3';font-size:14px /* nochange */; white-space: pre-wrap /* nochange */;}

/* Ordino le date */
.tundra.pagIscrizione .boxDateEvento{
	display:flex;
  	flex-direction:column;
}
.fasceDataEvento.fasciaId89026{order:1;}
.fasceDataEvento.fasciaId89596{order:2;}
.fasceDataEvento.fasciaId90158{order:3;}

