.atlas {
  border-top: 1px solid #DDD;
  padding: 5px 10px 8px;
  margin-bottom: 0;
}

.atlas:hover {
  background-color: #f5f5f5;
}

h3 {
  margin-bottom: 12px;
}

.atlas h4 {
  margin-bottom: 12px;
}

#search-tools {
  display: flex;
}

#search-tools label {
  font-style: italic;
}

#search-tools .cell-1 {
  padding: 0 5px;
  width: 170px;
}

#search-tools .cell-1 input {
  width: 90%;
  margin-top: 22px;
}

#search-tools .range-input {
  padding-top: 30px;
}

#search-tools .range-input .ui-slider {
  width: 180px;
}