#gdpr-info-container {
    position: fixed;
    bottom: 0;
    z-index: 1001;
    display: block;
    background: #424242;
    width: 100%;
    font-size:8pt;
    text-align: center;
    color: white;
    line-height: 30px;
    transition: all 1000ms;
}

#gdpr-accept-button {
    border-color: #5D004F;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-radius: 3px;
    background-color: #5D004F;
    box-shadow: 0 1px 1px #000;
    height: 16px!important;
    padding: 0 5px 1px 5px!important;
    margin: 3px 1px 3px 6px!important;
    /* letter-spacing: -1px; */
    text-align: center!important;
    color: white;
    cursor: pointer;
}