.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
  margin-top: 5px;
  background-color: white;
  box-shadow: 3px 3px 10px #ddd;
}
.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
}
.tribute-container li {
  padding: 5px 5px;
  font-size: 12px;
  cursor: pointer;
}
.tribute-container li.highlight, .tribute-container li:hover {
  background-color: #2da7e0;
  color: white;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  display: none;
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}
