.pages {
    margin-top:20px;
    text-align: center;
    font-size: 12px;
}
.pages fy-page{
    position: relative;
}

.pages a {
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 60px;
    border: 1px solid #BBB;
    border-radius: 5px;
    outline: none;
    color: black;
}

.pages label{
position: absolute;

left: 125.45px;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 70px;
    border-radius: 5px;
    outline: none;
    color: black;
}


.pages .last-page{
position: absolute;
  left: 35.317px;

}
.pages .next-page{
    position: absolute;
  left: 220.317px;
}
