#keywords-input-group {
  margin-top: 15px;
}
.ui-autocomplete {
  max-height: 275px;
  overflow-x: hidden;
  overflow-y: auto;
}
.ui-autocomplete .ui-menu-item .ui-state-active {
  border: 1px solid #f0e68c;
  background-color: #ffffe0;
}
.ui-autocomplete .ui-menu-item-wrapper {
  color: rgba(0, 0, 0, 0.8);
  padding: 6px 12px;
}

#communities-button {
  margin-top: 15px;
}
