span.dexi-suggestion {
  background-color: #ddd;
  margin-right: .3em;
  border: 1px solid #ccc;
  padding: .2rem .4rem;
  border-radius: .25rem;
}
span.dexi-suggestion.in-use {
  background-color: #fff;
  color: #666;
}
.dexi-facets .the-rest {
  display: none;
  overflow: hidden;
}
.dexi-facets .button {
  cursor: pointer;
}
.dexi-facets .button.fewer-facets {
  display: none;
}

.dexi-search input.form-text.form-control {
  margin-bottom: 15px;
  border-color: #323a45; /*gray-dark*/
}

.dexi-search .dexi-facet-link-item {
  text-decoration: none !important;
  color: #212121 !important;
}


