
#search-terms {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}
#search-terms > div > div:not(:last-child) {
  margin-right: 20px;
}
#tables-search-results-go, #table-search-results {
  min-height: 800px;
}
#message-no-search-results {
  min-height: 500px;
}
#tables-search-results-go .nav-pills{
  justify-content: center;
}