/* Reconcile bootstrap3 to typeahead.js (the real Typeahead, not bootstrap-typeahead) */
.twitter-typeahead {
  width: 100%;
}
.tt-menu {
  margin-top: 2px;
  padding: 5px 0;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.2);
  width:100%;
  max-height: 20em;
  overflow-y: auto;
}
.tt-empty-message,
.tt-suggestion {
  padding: 3px 20px;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #0081c2; /* backup for browsers without gradients */
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}
/* ---- */

.navbar-brand-with-logo {
  color: #333 !important;
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  height: auto;
  padding: 12px 15px 6px;
  gap: 8px;
  line-height: 1.2;
}

.navbar-brand-with-logo:hover,
.navbar-brand-with-logo:focus {
  color: #333 !important;
}

.navbar-logo {
  height: 26px;
  width: auto;
}

#navbar_form_container {
  max-width: 980px;
  padding: 6px 15px 8px;
  font-size: 15px;
  line-height: 1.35;
}

#navbar_form_container .navbar-form {
  margin: 0 0 6px;
  padding: 0;
}

#navbar-awesomebar {
  margin-bottom: 0;
}


.homepage-search-meta {
  margin-top: 12px;
}

.homepage-search-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 14px;
}

.homepage-search-logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.homepage-search-logo {
  height: 44px;
  width: auto;
}

.homepage-search-description {
  margin: 0;
  color: #333;
  font-size: 15px;
  line-height: 1.45;
}

.site-footer {
  margin-top: 24px;
  padding: 20px 0 28px;
  border-top: 1px solid #e5e5e5;
  background: #fff;
}

.site-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo {
  max-height: 72px;
  width: auto;
}

.pheno-title-stratum {
  display: block;
  margin-top: 0.25em;
  color: #777;
  font-size: 55%;
  font-weight: normal;
}

/* StreamTable */
.pagination {
  margin: 0;
}
.stream_table_row {
  margin-top: 10px;
}
#stream_table {
  margin-bottom: 10px;
}
/* ---- */


