.cookiebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 5px 0;
    border-top: 1px solid #ccc;
    box-shadow: 0 0 3px #ccc;
    z-index: 99;
    text-align: center;
    line-height: 20px;
}

.cookiebar .close-button {
    cursor: pointer;
    border: #0098d4 1px solid;
    border-radius: 3px;
    padding: 3px 5px;
    margin-left: 5px;
    display: inline-block;
    text-decoration: none;
}
