#gdpr_cookie_banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    max-width: 90%;
    color: #555;
    background-color: #fff;
    border: #555 1px solid;
    border-radius: 10px 10px 0 0;
    margin: 0;
    padding: 20px 20px 10px 20px;
    font-size: 12px;
    z-index: 2147483647;
    line-height: 1.5;
}

#gdpr_cookie_banner a {
    color: #555;
    text-decoration: underline;
}

.gdpr_scrolling_box {
    overflow-y: scroll;
    display: none;
    height: 100px;
}

#gdpr_bottom {
    margin-top: 20px;
}

#gdpr_bottom div:nth-child(1) {
    float: left;
}

#gdpr_bottom div:nth-child(2) {
    float: right;
}

.gdpr_show {
    text-decoration: underline;
    cursor: pointer;
}

#gdpr_accept {
    border: 1px solid #555;
    border-radius: 10px;
    padding: 5px;
    font-size: 11px;
    font-weight: 600;
    float: right;
    background-color: #fff;
    color: #555;
}

#gdpr_cookie_mini_banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 60px;
    color: #555;
    background-color: #fff;
    border: #555 1px solid;
    border-radius: 5px;
    margin: 0;
    padding: 3px;
    font-size: 12px;
    z-index: 2147483647;
    cursor: pointer;
}

#gdpr_close {
    position: absolute;
    top: 5px;
    right: 6px;
    font-weight: bold;
    border: 1px solid #555;
    padding-top: 0;
    padding-left: 3px;
    padding-bottom: 1px;
    padding-right: 3px;
    cursor: pointer;
    border-radius: 3px;
}