.pagerList li {
      padding: 4px 0px;
  border-radius: 50%;
}
.pagerList li.current {
  background:#e28d16;
  color: #fff;
}