.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: #efefef;
}
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tribute-container li.highlight {
  background: #ddd;
}
.tribute-container li span {
  font-weight: bold;
  color: #e74c3c;
}
.tribute-container li.no-match {
  cursor: default;
}
.tribute-container .menu-highlighted {
  font-weight: bold;
  color: #e74c3c;
}

.tribute-container .FontIconCont{
  display: inline-block;
  width: 1.5em;
  height: 0em;
}

.tribute-container .FontIcon{
  display: block;

  width: 1.5em;
  height: 1.5em;

  position: relative;
  top: -1.125em;
}