.aw-cookie-law {
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    background: #dcc600;
    z-index: 999;

    color: #000;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}
.aw-cookie-law button {
    margin: 0 10px;
    padding: 3px 5px;

    background: #53534d;
    border: 0;
    border-radius: 0;
    vertical-align: middle;

    color: #fff;
    text-transform: uppercase;
}
.aw-cookie-law button:hover {
    background: #000;
}
.aw-cookie-law a {
    color: inherit;
    text-decoration: underline;
}
.aw-cookie-law a:hover {
    color: #000;
}