/* CCNL */
    h1{font-family: 'Oxygen', sans-serif; line-height: 130%; padding:0; text-align: center; font-size:30px; padding:5px;}
    h2{font-family: 'Oxygen', sans-serif; line-height: 130%; padding:0; text-align: center; font-size:26px; padding-bottom:10px;}
    h3{font-family: 'Oxygen', sans-serif; line-height: 130%; padding:0; text-align: center; font-size:22px; padding-bottom:10px;}
    p{font-family: 'Oxygen', sans-serif; line-height: 130%; padding:0; font-size:18px; padding-bottom:10px;}
    ul{list-style-type: square; list-style-position: inside; padding-bottom:10px;}
    ul li{font-family: 'Oxygen', sans-serif; font-weight: 400; line-height: 130%; font-size:18px;}
    ul li a{color:#000000; text-decoration:none; border-bottom:solid 1px #000000; font-size:18px;}
    table {border-collapse: collapse; border-spacing: 0; width: 100%; margin:20px 0;}
    table tr td{border:solid 1px #000000; padding:5px;}
    
        #obblighi, #vantaggi
    {
        display:none;
        width: 75%;
        margin: auto;
        padding: 40px;
        background-color: #cfcfcf;
        color: #000000;
        font-family: 'Oxygen', sans-serif;
        font-size: 20px;
        box-shadow: 4px 5px #000000;
        border-radius: 25px;
        margin-bottom: 50px;
        line-height:140%;
    }
    
 @media(max-width:767px)
{
    h1{font-size:24px;}
    h2{font-size:22px;}
    h3{font-size:18px;}
    p{font-size:15px;}
    ul li{font-size:15px;}
    ul li a{font-size:15px;}
}   