.tribute-container {
  position: absolute;
  left: 25%;
    top: auto!important;
    margin-top: -300;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999!important; }
  .tribute-container ul {
      border: 2px solid #e7e7e7;
    margin: 0;
    margin-top: 15px;
    padding: 0;
    list-style: none;
    background: white; }
  .tribute-container li {
    padding: 5px 5px;
    cursor: pointer; }
    .tribute-container li.highlight, .tribute-container li:hover {
      background: #e7e7e7; }
    .tribute-container li span {
      font-weight: bold; }
    .tribute-container li.no-match {
      cursor: default; }
  .tribute-container .menu-highlighted {
    font-weight: bold; }
