.page {
  width: 100%;
  height: auto;
  margin: 1.6rem 0 .8rem;
  display: inline-block;
}
.page.red li.active {
  background-color: #F03B33;
  border: #F03B33;
}
.page li {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  margin-right: 4px;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-family: Arial;
  font-weight: 500;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out,color .2s ease-in-out;
  transition: border .2s ease-in-out,color .2s ease-in-out;
  position: relative;
}
.page li a {
  font-family: "Monospaced Number";
  /*margin: 0 6px;*/
  text-decoration: none;
  color: #515a6e;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 6px;
}
.page li:hover {
  border: 1px solid #2d8cf0;
}

.page li.active {
  background-color: #00B72A;
  border-color: #00B72A;
  color: #fff;
}