.keywords-cookie-panel {
    position: absolute;
    background-color: #fff;
    border: 1px solid #CCC;
    box-shadow: 1px 1px 3px #ededed;
    -webkit-box-shadow: 1px 1px 3px #ededed;
    -moz-box-shadow: 1px 1px 3px #ededed;
    -o-box-shadow: 1px 1px 3px #ededed;
    z-index: 9999999;
}

.keywords-cookie-panel > ul > li {
    position: relative;
    padding: 1px 19px 1px 10px;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.keywords-cookie-panel > ul > li.hover-active {
    background-color: #ebebeb;
}

.keywords-cookie-panel > ul > li:hover {}

.keywords-cookie-panel > ul > li > i {
    position: absolute;
    display: block;
    height: 100%;
    left: auto;
    right: 2px;
    top: 0px;
    color: #888;
    line-height: 26px;
    cursor: pointer;
    font-size: 10px;
}

.keywords-cookie-panel > ul > li > i:hover {
    color: #A32929;
}