.search-filters {
  margin-bottom: 1rem !important;
  padding: 0.5em;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 0.5em;
}

.search-filters label:after {
  content: '\0000a0:';
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #f9f9f9;
  border-top: 1px solid #e9ecef;
}