
.event-pages .current {
  color: #fff !important;
  border-color:#000;
  background-color:#000;
}

ul.event-pages {
    text-align:center;
}

.event-pages li a {
    width: 100%;
    height: 100%;
    display: block;
}

.event-pages li {
  display: inline-block;
  margin-left: 6px;
  font-size:16px;
  width: 32px;
  line-height: 32px;
  border-bottom: 1px solid #B1B1B1;
  text-align: center;
}

.event-pages li:before {
  content:none !important;
}

.event-pages .prev {
    display: inline-block;
  cursor: pointer;
}

.event-pages .next {
    display: inline-block;
  cursor: pointer;
}

.event-pages .last{
  cursor:pointer;
  margin-left:5px;
}

.event-pages .first{
  cursor:pointer;
  margin-right:5px;
}
