.solr-pagination .pagination {
    display: flex;
    justify-content: center;
    margin: 2rem 0 !important;
}

.solr-pagination .pagination li {
    list-style-type: none !important;
}

#results-per-page {
    margin-top: 1rem;
}

.tx_solr .relevance {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: .5rem;
}

.tx_solr .relevance .progress {
    width: 100px;
    background: #cfcecf;
    border-radius: 1rem;
}

.tx_solr .relevance .progress-bar {
    height: 100%;
    background: #f18f0b;
    border-radius: 1rem;
}

.tx_solr .results-list .list-group-item {
    border-bottom: solid 1px #cfcecf;
    margin-bottom: 2rem;
}