.list-filters {
    line-height: 26px;
}
.list-flags {
    line-height: 30px;
}
.list-filters li a, .list-flags li a {
    display: block;
}
.list-flags li,.list-filters li {
    padding-left: 7px;
    padding-right: 7px;
    border:1px transparent;
}
.list-flags li a img {
    width: 16px;
    position: relative;
    top:-2px;
}
.list-flags li:hover,.list-filters li:hover {
    background: #d7f3f3;
    border-radius: 5px;
    border: 1px #79b8b8;
}

.list-flags li.active,.list-filters li.active {
    background: #d7f3f3;
    border-radius: 5px;
    border: 1px #79b8b8;
}
.list-flags li.active a,.list-filters li.active a {
    font-weight: bold;
}
