.pages{
   text-align: center;
    line-height: 35px;
    clear: both;
    padding-top: 20px;
    padding-bottom: 20px;
}
.pages li {
    display: inline-block;
    font-size: 14px;
  	width: 37px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    background: #fff;
    vertical-align: top;
    border-radius: 4px;
    margin: 5px;
}

.pages .pagination .page-active{
   height: 33px;
    display: block;
    text-align: center;
    text-decoration: none;
    padding-right: 13px;
    padding-left: 13px;
}
.pages .pagination .page-active a{
     color: #3e3e3e;
}