.table-pagination .pagination
{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}
.table-pagination .pagination
.page-item
{
    list-style: none;
}
.table-pagination .pagination-ellipsis, 
.table-pagination .page-link
{
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid transparent;
    border-radius: .375em;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    line-height: 1.5;
    padding-bottom: calc(.5em - 1px);
    padding-left: calc(.75em - 1px);
    padding-right: calc(.75em - 1px);
    padding-top: calc(.5em - 1px);
    position: relative;
    vertical-align: top;
    background: transparent !important;
}
.table-pagination .pagination-ellipsis, 
.table-pagination .page-link
{
    font-size: 1em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0.25rem;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.table-pagination .pagination
.page-item .page-link
{
    border-color: #dbdbdb;
    color: #363636;
    width: 3em;
    height: 3em;
}
.table-pagination .pagination
.page-item .page-link:hover
{
    border-color: #b5b5b5;
    color: #363636;
}
.table-pagination .pagination
.page-item .page-link:active
{
    -webkit-box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
            box-shadow: inset 0 1px 2px rgba(10,10,10,.2);
}
.table-pagination .pagination
.page-item.active .page-link
{
    color: #485fc7;
}