/*DEBUT PAGINATION*/
.pagination {
  font: 12px Arial, Helvetica, sans-serif;
  height: 30px;
  font-weight: bold;
  justify-content: center;
}

.pagination a {
  color: #ffffff;
  margin: 3px;
  padding: 10px 20px;
  text-decoration: none;
  height: 30px;
  font-weight: bold;
}

.pagination a:hover {
  color: #666666;
  height: 30px;
  font-weight: bold;
}

.pagination span.inactive {
  background: #fff;
  color: #7c7c7c;
  margin: 3px;
  padding: 10px 20px;
  height: 30px;
  /*width:20px;*/
  font-weight: bold;
}

.pagination span.active {
  color: #fff;
  font-weight: 700;
  margin: 3px;
  padding: 10px 20px;
  background-color: #f3f3f3;
  height: 30px;
  font-weight: bold;
}

/*FIN PAGINATION*/
