.tribute-container {

    position: absolute;

    top:0;

    left: 0;

    height: auto;

    max-height: 300px;

    max-width: 500px;

    overflow: auto;

    display: block;

    z-index: 999999;

  }

  .tribute-container ul {

    margin: 0;

    margin-top: 2px;

    padding: 0;

    list-style: none;

    background: #ffffff;
    border-radius: 8px;
    border: 1px solid #139B6D;
    padding: 4px 4px !important;

  }

  .tribute-container li {

    padding:2px 5px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 4px;

  }
  .tribute-container li:last-child{
    margin-bottom: 0px;
  }
  .tribute-container li.highlight {

    background: #139B6D;
    color: white !important;

  }

  .tribute-container li span {

    font-weight: bold;

  }

  .tribute-container li.no-match {

    cursor: default;

  }

  .tribute-container .menu-highlighted {

    font-weight: bold;

  }
