.pages {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.pages a {
  border: 1px solid #444;
  color: #FFF;
  background: #444;
  padding: 2px 4px 2px 3px;
}

.pages a:hover {
  color: #444;
  background: #FFF;
}

.jig-filterButton {
    border: 1px solid #333 !important;
    background: #333 !important;
    padding: 1px 5px !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #fff !important;
}

.jig-filterButtonSelected, .jig-filterButton:hover {
    border: 1px solid #333 !important;
    background: #FFF !important;
    padding: 1px 5px !important;
    color: #333 !important;
  transition: all 0.2s ease;
}

#footer {
  clear:both;
}