.filters{
    margin: 10px 0;
}
.filters-heading {
    display: inline;
}
.filters-list {
    display: inline;
}
.filters-list a {
    margin: 0;
}
.filters a {
    padding: 0 4px;
    border-right: 1px solid #000;
    line-height: 11px;
}
.filters li:last-child a {
    padding-right: 0;
    border: 0;
}

nav.promo-pages li.expired {
    display:none;
}
nav.promo-pages li.btn-showmore {
}
nav.promo-pages li.btn-showmore a {
    font-weight: bold;
    font-size: 11px;
    border-right: none;
    cursor: pointer;
}