﻿.pagination a {
    color: #7e8299;
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    margin: .25rem !important;
    outline: 0 !important;
    vertical-align: middle;
    padding: 0.5rem 1rem;
    font-size: .925rem;
    line-height: 1.35;
    border-radius: .42rem;
    cursor: pointer;
}

.pagination li.active a {
    color: #fff !important;
    background-color: #3699ff !important;
    border-color: #3699ff !important;
}

.pagination a:hover {
    color: #7e8299;
    background-color: #e4e6ef;
    border-color: #e4e6ef;
}

