.tt-menu {
  width: 300px;
  margin: 8px 0;
  padding: 0 0 0 0;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  max-height: 300px;
  overflow: auto;
}
.tt-dataset.tt-dataset-states {
  padding: 6px 0;
}
.tt-suggestion.tt-selectable {
  padding: 6px;
  font-size: 11px;
  line-height: 1.4;
  cursor: pointer;
}
.tt-suggestion.tt-selectable:hover,
.tt-suggestion.tt-selectable.tt-cursor {
  background: #ddd;
}