#privacy_policy_cookies_notification {
    display: none;
    border: 2px solid #000;
    max-width: 400px;
    padding: 5px;
    z-index: 999;
    bottom: 0;
    right: 0;
    position: fixed;
    background-color: #fff;
    margin-right: 40px;
    box-shadow: 0 0 15px rgba(0,0,0,0.50);
}

#privacy_policy_cookies_notification .top {
    height: 30px;
    text-align: right;
    line-height: 30px;
}

#privacy_policy_cookies_notification .title {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}

#privacy_policy_cookies_notification .message {
    font-size: 12px;
    margin: 5px 0;
}

#privacy_policy_cookies_notification .url {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}


#privacy_policy_cookies_notification .middle {
    margin: 0 20px;
    word-wrap: break-word;
}

#privacy_policy_cookies_notification .bottom {
    bottom: 0;
    text-align: center;
    width: 100%;
}

#privacy_policy_cookies_notification .bottom .close {
    margin: 10px;
    font-size: 12px;
}

#privacy_policy_cookies_notification .top .close {
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
}

@media only screen and (max-width : 767px) {
    #privacy_policy_cookies_notification {
        margin: 0;
    }
}