.mz-summary-count {
  font-size: 0.8em;
  margin-right: 18px;
}

.mz-autocomplete.reverse .mz-summary-count {
  margin-right: 0;
}

a.disabled {
  pointer-events: none;
  text-decoration: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.mz-hits-container {
  margin-top: 20px;
}

.mz-hits-container .thumbnail {
  height: 100%;
  min-height: 400px;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .mz-hits-container .thumbnail {
      min-height: 200px;
  }
}

.mezereon .mz-facet .mz-node {
  padding-left: 3px;
}