@media only screen and (min-width: 30px) and (max-width: 969px) {


input {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}


#vedi-ds
{
display:none;
}

.desktop-only {
display: none !important;
}

.content {
min-height: calc(100vh - 100px);
z-index:1;
}

.menu-toggle{
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;

  appearance: none;
  -webkit-appearance: none;

  outline: none;              /* toglie il bordo “strano” */
}

/* Focus accessibile (da tastiera) */
.menu-toggle:focus-visible{
  outline: 3px solid #5A8F00; /* colore accessibile */
  outline-offset: 3px;
}

/* Fix extra per Firefox (bordo interno) */
.menu-toggle::-moz-focus-inner{
  border: 0px none;
}


img
{
max-width:100%;
}


img.logo
{
display:block;
margin:auto;
max-width:100%;
}

img.olimpia
{
display:none;
}

img.olimpiaph
{
display:block;
margin:auto;
width:74%;
padding-bottom:40px;
}

img.imgwin
{
display:block;
width:90%;
margin:auto;
}

img.acc
{
display:block;
margin:auto;
width:60vw;
padding-top:20px;
}


header
{
width: 100%;
position:relative;
z-index:999;
height:13vw;
background-color: #ffffff; 
}

#fumetto_pos
{
position:absolute;
z-index:40;
right:0px;
top: 13vw;
width: 100%;
background-color: #ffb901;
height:100vh;
display: none;
}


footer
{
width: 100%;
position:relative;
z-index:20;
background-color: #000000; 
display: flex;
align-items: center;
justify-content: center;
padding-top:30px;
padding-bottom:30px;
}

#footerxxx
{
width: 100%;
position:relative;
z-index:20;
height:100px;
}


#pagina
{
position:relative;
z-index:20;
width: 100%;
margin:auto;
}

#box-sco1,
#box-sco2 {
display:none;
}





#pos_logo
{
position:absolute;
z-index:50;
top:2vw;
width:29vw;
left:6%;
}

#pos_menu
{
position:absolute;
z-index:60;
width:16vw;
right:0px;
}

#sfondo-top
{
width: 100%;
position:relative;
z-index:20;
}

#home
{
width: 100%;
position:relative;
z-index:20;
height:100vw;
background-image: url('../images/img-home-ph.png');
background-position:center top;
background-repeat:no-repeat;
background-size:100%;
}

#sfondo
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-ph.jpg');
background-position:center top;
background-color:#5A8F00;
background-size:100%;
}

#sfondo-reg
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-reg.jpg');
background-position:center top;
background-color:#00c075;
}


#sfondo-sco
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-sco.jpg');
background-position:center top;
background-color:#ff7f01;
}

#sfondo-nowin
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-nowin.jpg');
background-position:center top;
background-color:#ff4743;
}

#sfondo-win
{
width: 100%;
position:relative;
z-index:20;
background-image: url('../images/sfondo-win.jpg');
background-position:center top;
background-color:#febc12;
}



#box1
{
width: 43%;
margin:auto;
position:relative;
z-index:20;
height:30vw;
background-image: url('../images/box1.png');
background-position: center;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-size:100%
}

#box2
{
width: 48%;
margin:auto;
position:relative;
z-index:20;
height:30vw;
background-image: url('../images/box2.png');
background-position: center;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-size:100%
}

#box3
{
width: 74%;
margin:auto;
position:relative;
z-index:20;
height:30vw;
background-image: url('../images/box3.png');
background-position: center;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-size:100%
}

#box4
{
width: 47%;
margin:auto;
position:relative;
z-index:20;
height:30vw;
background-image: url('../images/box4.png');
background-position: center;
background-repeat:no-repeat;
display: flex;
align-items: center;
justify-content: center;
background-size:100%
}





.rigamed
{
width: 70%;
border-top: 3px solid #009100;
margin: 0 auto; 
margin-top:30px;
margin-bottom:30px;
}

#box-priv
{
position:relative;
z-index:20;
width:80%;
margin:auto;
padding-bottom:20px;
padding-top:20px;
}

#box-text
{
position:relative;
z-index:20;
width:90%;
margin:auto;
}

#box-sco-ph
{
position:relative;
z-index:20;
width:90%;
margin:auto;
}


/* wrapper storto: sfondo + bordo */
.box-partecipa-wrap{
width: 90%;
margin: auto;
background: #fff;
border: 4px solid #0a8f12;
border-radius: 18px;
transform: skewY(-1deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-partecipa{
transform: skewY(1deg);    /* annulla la rotazione */
 padding-bottom: 40px;
}



/* wrapper storto: sfondo + bordo */
.box-registrati-wrap{
width: 90%;
margin: auto;
background: #fff;
border: 4px solid #00784d;
border-radius: 18px;
transform: skewY(2deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-registrati {
transform: skewY(-2deg);    /* annulla la rotazione */
 padding-bottom: 40px;
}


/* wrapper storto: sfondo + bordo */
.box-fine-wrap{
width: 90%;
margin: auto;
background: #fff;
border: 4px solid #00784d;
border-radius: 18px;
transform: skewY(-2deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-fine{
transform: skewY(2deg);    /* annulla la rotazione */
padding-bottom: 40px;
}


/* wrapper storto: sfondo + bordo */
.box-ok-wrap{
width: 90%;
margin: auto;
background: #fff;
border: 4px solid #00784d;
border-radius: 18px;
transform: skewY(-2deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-ok{
transform: skewY(2deg);    /* annulla la rotazione */
padding-bottom: 40px;
}


/* wrapper storto: sfondo + bordo */
.box-scontrino-wrap{
width: 90%;
margin: auto;
background: #fff;
border: 4px solid #c85800;
border-radius: 18px;
transform: skewY(-1.5deg);   /* effetto “non perfettamente rettangolare” */
transform-origin: center;
}

/* contenuto raddrizzato */
#box-scontrino{
transform: skewY(1.5deg);    /* annulla la rotazione */
padding-bottom: 40px;
}



.ticket-box {
width: 80%;
margin:auto;
}

.text {
margin: 0;
text-align: center;
font-size: 5vw;
line-height: 1.2;
font-weight: 700;
max-width: 100%; /* evita che vada sotto al logo */
}

.text br {
display:none;
}

.logo-olimpia {
display:none;
}



.tabella {display: table;width:100%;position:relative;}
.tabella00 {display: table;width:100%;position:relative;}

.tabella0 {
display: block;
width: 100%;
max-width: 100%; /* limita la larghezza */
margin: 0 auto;
padding: 0em;
border: none; /* rimuove il bordo del fieldset */
box-sizing: border-box;
}


.tabella-menu {display: table;width:100%;position:relative;padding-top:50px;}
.tabella-box {display: table;width:100%;position:relative;}





.riga {
display: table;
width: 100%;
table-layout: fixed;
}

.riga1 {
display: table;
width: 100%;
table-layout: fixed;
}


.colonna {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-menu {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-footer {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna50 {display: table-cell;vertical-align: middle;width:100%;float:left;}

.colonna-win1 {display: table-cell;vertical-align: middle;width:100%;float:left;}
.colonna-win2 {display: table-cell;vertical-align: middle;width:100%;float:left;}

table {
border-collapse: separate;
border-spacing: 3px 0; /* 3px orizzontale, 0 verticale */
}


A.bottonehome1:LINK, A.bottonehome1:VISITED, A.bottonehome1:ACTIVE { 
font-family: hwt-artz, sans-serif;
background-color: #edd8ef;
margin-left:auto;
margin-right:auto;
margin-top:20px;
margin-bottom:80px;
border:4px solid #8a3cad;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#8a3cad;
padding-top: 15px;
padding-bottom: 15px;
width:60%;
text-transform: uppercase;
display: block;
}


A.bottonehome1:HOVER { 
background-color: #ffffff;
color:#c85800;
border:4px solid #c85800;
cursor: pointer;
}


A.bottone:LINK, A.bottone:VISITED, A.bottone:ACTIVE { 
font-family: "lato", sans-serif;
background-color: #009100;
margin-left:auto;
margin-right:auto;
border:5px solid #009100;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-right:0px;
padding-left:0px;
width:60%;
display: block;
}


A.bottone:HOVER { 
background-color: #ffffff;
color:#009100;
cursor: pointer;
}


A.bottone1:LINK, A.bottone1:VISITED, A.bottone1:ACTIVE { 
font-family: "lato", sans-serif;
background-color: #00784d;
margin-left:auto;
margin-right:auto;
border:5px solid #00784d;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-right:0px;
padding-left:0px;
width:60%;
display: block;
}


A.bottone1:HOVER { 
background-color: #ffffff;
color:#00784d;
cursor: pointer;
}


A.bottone2:LINK, A.bottone2:VISITED, A.bottone2:ACTIVE { 
font-family: hwt-artz, sans-serif;
background-color: #ffc8c7;
margin-left:auto;
margin-right:auto;
border:5px solid #b43131;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#b43131;
padding-top: 10px;
padding-bottom: 10px;
padding-right:0px;
padding-left:0px;
width:60%;
display: block;
margin-left:20px;
margin-right:20px;
margin-top:40px;
}


A.bottone2:HOVER { 
background-color: #ffffff;
cursor: pointer;
}


.bottoneform { 
font-family: "lato", sans-serif;
background-color: #009100;
margin-left:auto;
margin-right:auto;
border:5px solid #009100;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-right:0px;
padding-left:0px;
width:60%;
}


.bottoneform:hover { 
background-color: #ffffff;
color:#009100;
cursor: pointer;
}


.bottoneform1 { 
font-family: "lato", sans-serif;
background-color: #00784d;
margin-left:auto;
margin-right:auto;
border:5px solid #00784d;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-right:0px;
padding-left:0px;
width:60%;
}


.bottoneform1:hover { 
background-color: #ffffff;
color:#00784d;
cursor: pointer;
}


.bottoneform2 { 
font-family: "lato", sans-serif;
background-color: #c85800;
margin-left:auto;
margin-right:auto;
border:5px solid #c85800;
border-radius: 10px;
font-size: 5vw;
font-weight: 700;
text-align: center;
color:#ffffff;
padding-top: 10px;
padding-bottom: 10px;
padding-right:0px;
padding-left:0px;
width:60%;
}


.bottoneform2:hover { 
background-color: #ffffff;
color:#c85800;
cursor: pointer;
}


.boldo {
font-weight: 700;
}

.boldo1 {
font-weight: 800;
}


.titolo {
font-family: hwt-artz, sans-serif;
font-size: 12vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:70px;
margin-bottom:30px;
}

.titolo1 {
font-family: hwt-artz, sans-serif;
font-size: 12vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:40px;
margin-bottom:20px;
}

.titolo3 {
font-family: hwt-artz, sans-serif;
font-size: 10vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:40px;
margin-bottom:50px;
margin-left:7%;
margin-right:7%;

}

.titolo2 {
font-family: hwt-artz, sans-serif;
font-size: 12vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:1.2;
padding-top:30vw;
margin-bottom:50px;
}


.menu-list{
    flex-direction: column;
    padding-top: 50px;
    align-items: center;      /* centra i "bottoni" */
  }

  .menu-item{
    width: 100%;
    display: flex;
    justify-content: center;  /* centra il contenuto del li */
    padding:14px;
  }

  .men{
    display: block;
    width: 100%;              /* area clic full width */
    text-align: center;       /* testo centrato */
  }

  .corpo_menu{
    font-family: hwt-artz, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 10vw;
    text-align: center;
    text-transform: uppercase;
    margin-left: 0;
  }


.corpo_box {
font-family: hwt-artz, sans-serif;
font-weight: 700;
font-style: normal;
font-size: 7vw;
text-align: center;
text-transform: uppercase;
color:#ffffff;
}


.corpo_premi1 {
font-family: hwt-artz, sans-serif;
font-size: 14vw;
font-weight: 700;
text-align: center;
text-transform: uppercase;
line-height:.9;
padding-top:25px;
padding-bottom:40px;
}


.corpo_home1 {
font-size: 32px;
font-weight: 400;
text-align: left;
color:#ffffff;
line-height:1;
margin-left:125px;
padding-top:195px;
}


.corpo_ico1 {
font-size: 30px;
color:#ed6c31;
font-weight: 400;
text-align: center;
line-height: 1.1;
margin-top:30px;
margin-bottom:5px;
}

.corpo_ico2 {
font-size: 18px;
color:#501365;
font-weight: 400;
text-align: center;
line-height: 1;
margin-left:55px;
margin-right:55px;
}


.corpo_priv {
font-size: 16px;
font-weight: 400;
text-align: left;
margin-left:20px;
margin-right:20px;
}

.corpo_login1 {
font-size: 6vw;
font-weight: 700;
text-align: center;
margin-left:10%;
margin-right:10%;
padding-top:50px;
margin-bottom:20px;
line-height:1;
}



.corpo_login1 br {
display:none;
}

.corpo_login10 {
font-size: 5vw;
font-weight: 700;
text-align: center;
margin-left:10%;
margin-right:10%;
padding-top:50px;
margin-bottom:20px;
line-height:1;
}



.corpo_login10 br {
display:none;
}

.corpo_login2 {
font-family: hwt-artz, sans-serif;
font-size: 12vw;
font-weight: 700;
text-align: center;
margin-left:10%;
margin-right:10%;
padding-top:0px;
margin-bottom:20px;
line-height:.9;
color:#5A8F00;
}

.corpo_login3 {
font-size: 5vw;
font-weight: 700;
text-align: center;
margin-left:15px;
margin-right:15px;
padding-top:0px;
margin-bottom:20px;
line-height:1;
}

.corpo_fine1 {
font-size: 5vw;
font-weight: 700;
text-align: center;
padding-top:40px;
margin-bottom:0px;
line-height:1.1;
}

.corpo_form {
font-size: 5vw;
font-weight: 400;
text-align: center;
margin-left:7%;
margin-right:7%;
line-height:1;
color:#929292;
}

.corpo_form1 {
font-size: 5vw;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:20px;
line-height:1;
}

.corpo_form10 {
font-size: 4vw;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:20px;
line-height:1;
}

.corpo_form11 {
font-size: 4vw;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:20px;
line-height:1;
}

A.link-password {
color: #009100;
font-weight: bold;
text-decoration: underline;
}


.corpo33 {
font-size: 4vw;
}

.corpo333 {
font-size: 4vw;
font-weight: 700;
}

.corpo_privo {
font-size: 18px;
font-weight: 400;
text-align: left;
margin-top:30px;
margin-bottom:15px;
margin-left:0px;
margin-right:0px;
line-height:1.1;
}


.corpo_sco1 {
font-size: 4.5vw;
font-weight: 400;
text-align: left;
padding-top:30px;
margin-bottom:60px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}

.corpo_sco10 {
font-size: 4.5vw;
font-weight: 400;
text-align: left;
padding-top:30px;
margin-bottom:0px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}


.corpo_sco2 {
font-size: 5v;
font-weight: 700;
text-align: center;
padding-top:40px;
margin-bottom:40px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}


.corpo_nowin1 {
font-family: hwt-artz, sans-serif;
font-size: 10vw;
font-weight: 700;
text-align: center;
margin-left:7%;
margin-right:7%;
padding-top:0px;
margin-bottom:30px;
line-height:1;
}

.corpo_nowin1 br {
display:none;
}

.corpo_nowin2 {
font-size: 5vw;
font-weight: 400;
text-align: center;
padding-top:20px;
margin-bottom:20px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}


.corpo_win1 {
font-size: 10vw;
font-weight: 700;
text-align: center;
margin-left:7%;
margin-right:7%;
padding-top:0px;
margin-bottom:30px;
line-height:1;
}

.corpo_win1 br {
display:none;
}


.corpo_win2 {
font-size: 5vw;
font-weight: 400;
text-align: left;
padding-top:10px;
margin-bottom:10px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}

.corpo_win3 {
font-size: 5vw;
font-weight: 400;
text-align: left;
padding-top:10px;
margin-bottom:10px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}

.corpo_win4 {
font-size: 5vw;
font-weight: 700;
text-align: left;
padding-top:10px;
margin-bottom:10px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}

.corpo_win5 {
font-size: 4.5vw;
font-weight: 400;
text-align: left;
padding-top:10px;
margin-bottom:10px;
line-height:1.1;
margin-left:7%;
margin-right:7%;
}

.corpo_footer1 {
font-size: 4vw;
font-weight: 400;
text-align: center;
margin-left:7%;
margin-right:7%;
line-height:1.1;
color:#ffffff;
}

.corpo_footer1 br {
display:none;
}

.corpo_footer2 {
font-size: 4.5vw;
font-weight: 400;
text-align: center;
margin-left:15px;
margin-right:15px;
margin-top:30px;
margin-bottom:30px;
line-height:1.5;
color:#ffffff;
}



.divi {
display:none;
}


input.forma {

margin-top:8px;
margin-bottom:20px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 70%;
margin-left: 10%;

height: 50px;
border:2px solid #009100; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 10px;
}


.password-wrapper{
 position: relative;
width: 100%;
  }



  .toggle-password{
position: absolute;
right: 15%;
top: 45%;
transform: translateY(-50%);
font-size: 2em;           /* più grande e leggibile */
padding: 6px;             /* hit-area migliore */
line-height: 1;
  background-color: transparent;
  border: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  }
  
  .toggle-password::-moz-focus-inner{
  border: 0px none;
}


  .toggle-password:focus{
outline: 3px solid #5A8F00;
outline-offset: 2px;
  }



.password-wrapper1 {
position: relative;

align-items: center;
width: 100%; /* stessa larghezza dell'input per allineamento */
}


.toggle-password1 {
position: absolute;
right: 50px; /* lo spostiamo dentro il campo */
top: 40%;
transform: translateY(-55%);
cursor: pointer;
font-size: 7vw; /* un po' più grande per il tuo input alto */
opacity: 0.6;
transition: 0.2s;
}
.toggle-password1:hover {
opacity: 1;
}



input.formb {
margin-left:10%;
margin-right:10%;
margin-top:8px;
margin-bottom:20px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 70%;
height: 50px;
border:2px solid #00784d; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 10px;
}

input.formc {
margin-left:10%;
margin-right:10%;
margin-top:8px;
margin-bottom:20px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 70%;
height: 50px;
border:2px solid #00784d; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 10px;
}

input.formd {
margin-left:10%;
margin-right:10%;
margin-top:8px;
margin-bottom:20px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 70%;
height: 50px;
border:2px solid #c85800; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 10px;
}

input.forme {
margin-left:10%;
margin-right:10%;
margin-top:8px;
margin-bottom:20px;
padding-left:5%;
padding-right:5%;
text-align: center;
width: 70%;
height: 50px;
border:2px solid #c85800; 
background-color: #ffffff;
font-size: 4vw;
border-radius: 10px;
}








/* CHECKBOX */
[type="checkbox"] {
position: absolute;
left: -9999px;
}

[type="checkbox"] + label {
position: relative;
padding-left: 40px;
padding-right: 0px;
cursor: pointer;
display: inline-block;
vertical-align: top;
}

[type="checkbox"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 30px;
height: 30px;
border: 2px solid #000000;
background: #fff
}

[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 8px;
  border-left: 4px solid #000;     /* nero */
  border-bottom: 4px solid #000;   /* nero */
  transition: all 0.2s ease;
  opacity: 0;
  transform: rotate(-45deg) scale(0)
}

[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

/* FOCUS VISIBILE PER CHECKBOX ACCESSIBILE */
[type="checkbox"]:focus-visible + label::before {
  outline: 3px solid #005FCC;   /* blu accessibile */
  outline-offset: 4px;
  background-color: #E6F0FF;    /* sfondo chiaro, contrasto > 3:1 */
}




/* RADIO */
[type="radio"] {
position: absolute;
left: -9999px;
}

[type="radio"] + label {
position: relative;
padding-left: 60px;
padding-right: 0px;
cursor: pointer;
display: inline-block;
vertical-align: top;
margin-bottom:20px;
}

[type="radio"] + label::before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 40px;
height: 40px;
border: 2px solid #000000;
background: #fff
}

[type="radio"] + label::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 8px;
  width: 24px;
  height: 12px;
  border-left: 4px solid #000;     /* nero */
  border-bottom: 4px solid #000;   /* nero */
  transition: all 0.2s ease;
  opacity: 0;
  transform: rotate(-45deg) scale(0)
}

[type="radio"]:checked + label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}



/* Stile del testo */

label span.corpo33 {
line-height: 1.2;
display: inline-block;
vertical-align: middle;
padding-left:0px;
}

label span.corpo333 {
line-height: 3;
display: inline-block;
vertical-align: top;
padding-left:0px;
}


}