.softgarden-list-item.hidden, .softgarden-list-item.pageHidden {
    display: none;
}
.softgarden-list-no-results.hidden {
    display: none;
}

ul.softgarden-pagination li:not(.selected):hover {
    background: #eee;
    cursor: pointer;
}

ul.softgarden-pagination li {
    color: black;
    list-style: none;
    width: 30px;
    height: 28px;
    border: 1px solid #aaa;
    text-align: center;
}
ul.softgarden-pagination li.selected {
    background: #aaa;
    color: white;
}
ul.softgarden-pagination li:not(:last-child){
    border-right: none;
}

ul.softgarden-pagination {
    display: flex;
    padding: 0!important;
    border-radius: 2px;
}

ul.softgarden-pagination li:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
ul.softgarden-pagination li:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}