#fscookies {
    position: absolute;
    z-index: 9999999;
    margin-top: 0;
    clear: both;
}

#fscookies .fscookies-display {
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    height: auto;
    background: white;
    color: black;
    font-size: 14px;
}

#fscookies .fscookies-display.fscookies-top {
    top: 0;
    left: 0;
    width: 100%;
}