#filters-panel {
  padding: 20px 20px 40px 20px;
  /// for jquery ui autocomplete
  .ui-autocomplete {
    font-size: 1.6rem;
    line-height: 1.8rem;
    max-height: 100px;
    overflow: auto;
    //margin-top:1rem; //I tried adding margin-top but the way the ul is inserted seems to place it disregarding the margin.
  }
}
