#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    width: 270px;
    padding:30px;
    height: auto;
    z-index: 100000;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    border-radius:4px;
}
#cookie-notice h3 {
    font-size:20px;
    color: #6b6b6b;
    margin:0 0 15px 0;
}
.cn-top {
    top: 0;
}

.cn-bottom {
    bottom: 15px;
    left:15px;
}
.cn-more-info {
    display: block;
    color:#848282;
    text-decoration:underline;
    margin-top:15px;
    font-weight: 700;
}
.cn-more-info:hover {
    color:#a1a09f;
    text-decoration:underline;
}

a#cn-refuse-cookie {
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-image: url(../../../themes/pi-dm-clean/core/images/close-grey.svg);

}

a#cn-accept-cookie {
    color:#fff;
    background:#6b6b6b;
    border:1px solid #6b6b6b;
    padding:10px 15px;
    font-size:16px;
    font-weight: 700;
    border-radius:4px;
    display: inline-block;
    margin-top:30px;
}
a#cn-accept-cookie:hover {
    background: #fff;
    color: #6b6b6b;
}
.cookie-notice-revoke-container {
    display: none;
}
@media (max-width:480px) {
    #cookie-notice {
        bottom:0;
        left:0;
        right:0;
        width:auto;
        border-radius:0;
    }
    a#cn-accept-cookie {
        margin-top:15px;
    }
}