.result-box {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: -ms-space-between;
    justify-content: space-between;
}
.results-paginate {
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack:  flex-start;
    justify-content: flex-start;
    margin-bottom: 50px;
}
.results-paginate .font-14-21{
    vertical-align: middle;
    line-height: 27px;
    margin-right: 25px;
}
.results-pagination {
    text-align: center;
    width: fit-content;
    display: inline-block;
    -js-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: center;
    justify-content: center;
}
.results-pagination li {
    position: relative;
    margin: 0 5px;
}
.results-pagination li a {
    font-size: 1.4rem;
    padding: 2px 5px;
    display: block;
}
.results-pagination li.page-next-li a,
.results-pagination li.page-previous-li a{
    font-size: 0;
}
.results-pagination li.page-next-li {
    background: url(https://www.petersbilliards.com/assets/graphics/blog-arrow-nxt.svg) center no-repeat;
    background-size: 8px 8px;
    background-position-y: 8px;
}
.results-pagination li.page-previous-li {
    background: url(https://www.petersbilliards.com/assets/graphics/blog-arrow-prev.svg) center no-repeat;
    background-size: 8px 8px;
    background-position-y: 8px;
}
.results-pagination li a.active {
    font-weight: 600;
    position: relative;
    padding: 0 3px;
    border: 2px solid #000;
}
.result-box .col:first-of-type {
    width: 150px;
    flex: 1 0 auto;
}
.result-box .col:first-of-type img {
    display: block;
    margin: auto;
}
.result-box .col:last-of-type {
    width: calc(100% - 200px);
}

