.sizer .title,
.pager .title {
    margin-bottom: 10px;
    text-align: center;
}
.sizer > ul,
.pager > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: center;
}
.sizer > ul > li:not(:last-child),
.pager > ul > li:not(:last-child) {
    margin-right: 10px;
}
.sizer > ul span,
.sizer > ul a,
.pager > ul span,
.pager > ul a {
    display: block;
    border: 1px solid transparent;
    width: 25px;
    line-height: 27px;
    text-align: center;
    text-decoration: none;
    color: black;
    font-weight: bold;
}
.sizer > ul a,
.pager > ul a {
    border-color: #004288;
    transition: all 0.3s;
}

.sizer > ul a:hover,
.pager > ul a:hover {
    background: #004288;
    color: white;
}