
.PagedList-skipToPrevious .PagedList-skipToNext .page-item {
    color: white !important;
    margin: 2px !important;
    display: inline-block !important;
    background-color: #3A3F44 !important;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

    .pagination .page-item.active .page-link {
        background-image: -webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));
        background-image: linear-gradient(#101112, #17191b 40%, #1b1e20);
        background-repeat: no-repeat;
        -webkit-filter: none;
        filter: none;
    }

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.6);
}

.pagination .page-link {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));
    background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8203125rem;
    line-height: 1.5;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.pagination .page-item.active .page-link {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#101112), color-stop(40%, #17191b), to(#1b1e20));
    background-image: linear-gradient(#101112, #17191b 40%, #1b1e20);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.6);
}

.pagination .page-link {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#484e55), color-stop(60%, #3A3F44), to(#313539));
    background-image: linear-gradient(#484e55, #3A3F44 60%, #313539);
    background-repeat: no-repeat;
    -webkit-filter: none;
    filter: none;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.8203125rem;
    line-height: 1.5;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.6);
}

