#gdpr__container {
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    padding: 5px;
    position: fixed;
    z-index: 9999;
    font-size: 12px;
    box-sizing: border-box;
}

.gdpr-button {
    margin-right: 5px;
    padding: 10px;
    border-radius: 5px;
    background: #000;
    cursor: pointer;
}

.gdpr-button:active, .gdpr-button:hover, .gdpr-button:visited {
    color:#fff;
}

.gdpr-button:hover {
    background: #444;
}