.pagination {
  margin: 10px 0 45px 0;
}

.nav-container {
  margin: auto;
  width: auto;
  padding: 10px;
}

a.nav-button {
  cursor: pointer;
  background: #fff;
  text-align: center;
  color: #1356d9 !important;
  border: 3px solid #1356d9;
  border-radius: 10px;
  padding: 10px 14px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.3s ease;
  margin: 0 2px;
}

a.nav-button.active {
  background: #1356d9;
  color: #fff !important;
}

a.nav-button:hover {
  background: #1356d9;
  color: #fff !important;
}

a.nav-button .nav-nr {
  display: inline;
  width: 10px;
  text-align: center;
}

/*# sourceMappingURL=property-pagination.css.map */
