
.cookie-notice {
    display: block;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    height: auto;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,0.4);
    padding: 20px 10px;
    text-align: center;
}
.cookie-notice-close {
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.cookie-notice-title {
    color: #222;
    font-size: 26px;
}
.cookie-notice-description {
    padding: 10px 0;
    font-size: 14px;
    line-height: 22px;
}


