ul.page {
    text-align: center;
    margin: 10px auto;
}

ul.page li {
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-right: -4px;
}
ul.page li:hover {
    background: #9dc0f3;
    
}

ul.page li.is-active{
    background: #9dc0f3;
    
}

ul.page li span {
    border: 1px solid #e4e4e4;
    width: 30px;
    height: 30px;
    display: inline-block;
}