#cookienotification-block {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 6;
    padding: 10px 20px;
    display: block;
    line-height: 1.2em;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

#cookienotification-block > p {
    margin-right: 10px;
}

button#btn-cookienotification-more {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: 0;
    margin-right: 10px;
    box-shadow: none;
}

button#btn-cookienotification-allow {
    cursor: pointer;
    padding: 5px;
    font-size: 14px;
    border: 0;
    box-shadow: none;
}
