
#cookiesWarning {
    z-index: 10000000;
    position: fixed;
    bottom: 0;
    padding: 3px;
    color: white;
}


.accetta_div .accetta {
    float: left;
    clear: both;
}

#cookiesWarningActive {
    width: 100%;
    padding: 10px 15px;
    background: #FFFFFF;
    position: fixed;
    bottom: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
    line-height: 20px;
    z-index: 999999;
    font-family: "Arial", Helvetica, sans-serif;
    border-top: 1px solid #333;
}

    #cookiesWarningActive strong {
        font-weight: normal;
        position: relative;
        float: left;
    }

    #cookiesWarningActive a:hover {
    }

    #cookiesWarningActive small {
        background: #FA5528;
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 3px;
        color: #fff;
        border: none;
        border-radius: 7px;
        box-shadow: 4px 4px 2px #233e5b;
    }


#readMoreURL a:link {
    color: black;
    text-decoration: underline;
}

#readMoreURL a:visited, #readMoreURL a {
    color: black;
    text-decoration: underline;
}

    #readMoreURL a:hover {
        color: black;
        text-decoration: underline;
    }


.acceptance {
    padding-left: 10px;
    padding-right: 10px;
}

.accetta {
    font-family: 'Muli', sans-serif;
    margin: 0px 0 0;
    display: inline-block;
    transition: background 0.2s;
    cursor: pointer;
    text-align: left;
    position: relative;
    font-weight: 700;
    white-space: normal;
    padding: 8px 15px;
    font-size: 13px;
    color: #2b2a28;
    text-transform: uppercase;
    border: 1px solid #2b2a28;
    background-color: transparent;
    float: right;
    margin-top: 10px;
}

    .accetta:hover {
        color: #fff;
        background: #2b2a28;
        text-decoration: none;
        border: 1px solid #2b2a28;
    }
