ul.custom-pager {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: large;
  font-weight: normal;
  
}

ul.custom-pager li {
  background: #FFCD61 center top;
  margin: 0px;
  padding: 3px;
  display: block;
  float: left;
  width: 32%;
  list-style-type: none;
  list-style-image: none;
  vertical-align: inherit;
  white-space: nowrap;
}
