div#cookie-notify-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: #000;
    color: #fff;
    z-index: 2000;
}
div.cookie-notify-message{
    float: left;
}
div.cookie-notify-button-wrapper{
    float: right;
}
