.cookiebar {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #d20;
    color: white;
    padding: 10px;
}

.cookiebar span {
    padding-right: 100px;
}

.cookiebar button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #eb0;
}

.cookiebar button:hover, .cookiebar button:active {
    background-color: #fd0;
}