.cookiebar {
    padding: 15px 0;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.07);
    position: fixed;
    bottom: 0;
    color: #000;
    width: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
}

.cookiebar > div {
    width: 90%;
    padding-right: 20px;
    margin: auto;
    position: relative;
}

.close-cookiebar {
    color: #000;
    float: right;
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    line-height: 16px;
    display: inline-block;
}