*,
html,
body {
    padding: 0;
    margin: 0;
    list-style: none;
}

hr {
    margin: 0;
}

.page-item {
    width: 22px;
    height: 22px;
    background: #F4F4F5;
    border-radius: 2px;
    margin-right: 5px;
    text-align: center;
    line-height: 22px;
}

.active {
    border-bottom: none !important;
    border-width: none !important;
    background: #323793;
    color: #fff;
}

.page-item a {
    display: block;
    width: 22px;
    height: 22px;
}
