#cookie-notice {
    bottom: 10px;
    margin: 0;
    flex-direction: row;
    position: fixed;
    z-index: 9999;
    background: #fff;
    border-radius: 1px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 0px;
    color: #000;
    font-size: 13px;
    left: 20px;
    letter-spacing: -0.1px;
    padding: 5px 6px 6px 8px;
    right: 20px;
    text-align: left;
    word-spacing: -1.5px;
    align-items: center;
    justify-content: space-between;
    line-height: normal;
}
#cn-accept-cookie {
    margin: 0px 3px 0 3px;
    width: auto;
    border: 0;
    padding: 4px;
    border-radius: 4px;
    cursor: pointer;
}