﻿.pagination > a:first-child, .pagination > span:first-child {
    margin-right: 0;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination > a, .pagination > span {
    border-radius: 50px;
    position: relative;
    float: right;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #ff515b;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-right: -1px
}

.pagination > a {
    display: inline
}

.pagination {
    padding-right: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > span {
        border-radius: 50px;
        z-index: 2;
        color: #fff;
        background-color: #ff515b;
        border-color: #ff515b
    }

        .pagination > a:last-child, .pagination > span:last-child {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px
        }

#facet_1 .facet-label:hover, #facet_11 .facet-label:hover {
    background: #1E88E5 !important
}

    #facet_1 .facet-label:hover a, #facet_11 .facet-label:hover a {
        border-bottom-color: #1E88E5 !important
    }

#facet_22 .facet-label:hover, #facet_22 .facet-label:hover {
    background: #ff515b !important
}

    #facet_22 .facet-label:hover a, #facet_22 .facet-label:hover a {
        border-bottom-color: #ff515b !important
    }

#facet_3 .facet-label:hover, #facet_3 .facet-label:hover {
    background: #009C2B !important
}

    #facet_3 .facet-label:hover a, #facet_3 .facet-label:hover a {
        border-bottom-color: #009C2B !important
    }
