.pagination {
    justify-content: right;
}

.pagination a
{
    text-decoration: none;
    color: #919191;
    line-height: normal;
}

.pagination a, .pagination span
{
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin-right: 5px;
    margin-bottom: 5px;
    min-width: 1em;
    text-align: center;
    font-size: 22px;
}

.pagination .current
{
    font-weight: bold;
    line-height: normal;
}

.pagination .current.prev01, .pagination .current.next01
{
    color: #919191;
}

