.pagination {
  padding: 0 20px 14px;
  margin-top: 10px;
}
.pagination > .first,
.pagination > .last{
  width: 40px;
  height: 36px;
}
.pagination > .prev,
.pagination > .next{
  width: 40px;
  height: 36px;
}
.pagination > .prev > i,
.pagination > .next > i {
  position: relative;
  top: 2px;
}
.pagination > .page {
  width: 36px;
  height: 36px;
  background-color: white;
  border-top: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
.pagination > .page.page-border {
  border-left: 1px solid #f1f1f1;
}
.pagination > .page.current {
  background-color: #0984e3;
  color: white;
}