.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 30000000;
  margin-top: 0.2em;
}
.tribute-container ul {
  background: linear-gradient(to right, #F0F0F0, #FFFFFF);
  margin: .2em 0 0;
  box-shadow: .05em .2em .6em rgba(0,0,0,.2);
  text-shadow: none;
  list-style: none;
  padding: 0;
}
.tribute-container li {
  font-size: 14px;
  font-family: "Lato", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 400;
  padding: 5px 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.tribute-container li.highlight {
  background: #fff5d6;
  border-bottom: 1px dotted #e9e19f;
  border-top: 1px dotted #e9e19f;
  padding-top: 4px;
  padding-bottom: 4px;
}
.tribute-container li span {
  font-weight: bold;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
}
.tribute-container img.avatar {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
