.host_associated {
  color: #FFB000;
}

.human_gut {
  color: #FE6100;
}

.aquatic {
  color: #648fff;
}

.terrestrial {
  color: #438851;
}

.anthropogenic {
  color: #DC267F;
}

.autocomplete ul li.highlight {
  background: #eef;
}

.gridjs-wrapper {
  overflow-x: scroll;
}

.gridjs-table th,
.gridjs-table td {
  white-space: nowrap;
}

.gridjs-table th:nth-child(2),
.gridjs-table td:nth-child(2) {
  min-width: 200px;
}

.gridjs-table {
  table-layout: auto !important;
}
.gridjs-th, .gridjs-td {
  white-space: nowrap;
  width: auto;
}
