ul.style2, ul.style1 {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
ul.style2 .data {
    background-color: #ffffff;
    border-radius: 5px;
    float: left;
    font-weight: bold;
    margin-right: 1em;
    text-align: center;
    width: 90px;  }

ul.style2 li {
    border-color: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    padding: 1.9em 0 1.6em;
}
    
span.mese {
    color: #a7a7a7;
    font-size: 1em;
}

span.giorno {
    color: #97bedb;
    font-size: 3.5em;
    line-height: 0.8em;
}

span.anno {
    color: #a7a7a7;
    font-size: 2em;
}

ul.style2 table {
    background-color: #ffffff;
    border-radius: 5px;
}

@media screen and (min-width:1280px) {
ul.style2 table img {
    margin: 1em;
    padding-right: 0;
}
}

@media screen and (max-width:1023px) {
.editoriale {display:none;}

}


@media screen and (min-width:601px)(max-width:1023px) {
 div.stampa .w3-quarter{width:50% !important;}
}

@media screen and (max-width:600px) {
 div.stampa .w3-quarter{width:100% !important; float:none;}
}

/*form*/
#main form {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    box-shadow: 0 0 0 -3px rgba(0, 0, 0, 0);
    font: 12px/16px ;
    padding: 0;
    transition: box-shadow 0.3s ease-out 0s;
}

#main legend {
    border-bottom: 1px solid #e8e8e8;
    font-weight: bold;
    padding: 12px;
    width: 100%;
}

#main fieldset{border:none;}