#artio_gdpr_accept {
    position: fixed;
    bottom: 0;
    background-color: #90ccdd;
    color: black;
    width: 100%;
    text-align: center;
    padding: 10px;
    z-index: 10000;
}

#artio_gdpr_accept .button {
    display: inline-block;
    background-color: black;
    color: white;
    text-transform: uppercase;
    margin: 5px 5px 5px 10px;
    font-weight: bold;
    overflow: unset;
    max-width: 100px;
}