.gdpr_container {
    z-index: 5000 !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: #4d4d4d !important;
    color: #FFF !important;
    padding: 1em;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
}
#gdprAccept {
    background-color: #4d4d4d !important;
    color: #FFF !important;
    border: 2px solid #FFF;
    padding: 0.5em;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    width: 4em;
    font-size: 0.9em;
}
.gdpr_container div {
    display: inline-block;
    float: inherit;
    left: auto;
}
#gdpr_container a {
    font-weight: bold;
    text-decoration: underline;
    color: #FFF;
}
#btn_container {
    display: inline-block;
    float: right;
    margin-left: 1em;
}
#gdpr_browser_list li {
    list-style-type: none;
}