#cookiebar {
    position: fixed !important;
    bottom: 10px !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    /*border: 2px solid #aaa;
    border-radius: 10px;
    padding: 5px;*/
    background-color: #fff;
    z-index: 999;
}

#wtm_cookie_bar {
    background: #eee !important;
    border-radius: 12px !important;
}