div#cookie-notify-wrapper{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background-color: #f3f3f3;
    color: #333;
    z-index: 999;
}
div.cookie-notify-message{
    float: left;
}
div.cookie-notify-button-wrapper{
    float: right;
}
@media screen and (max-width: 767px) {
    .cookie-notify-button-wrapper a {
        padding: 10px 20px!important;
    }
}

@media screen and (max-width: 500px) {
    .cookie-notify-message {
        margin-bottom: 1em;
    }
    div.cookie-notify-button-wrapper {
        float: left;
    }
}
