.page {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.page span.prev, .page span.next{
  width: 60px;
  height: 60px;
  line-height: 55px;
  font-size: 25px;
}

.page span, .page span{
  width: 40px;
  height: 40px;
  background: #ccc;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  font-size: 20px;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.page span.active {
  background: #199ed8;
}

.page span a {
  color: #fff;
  text-decoration: none;
}