/**
 * Minified by jsDelivr using clean-css v5.3.2.
 * Original file: /npm/tributejs@5.1.3/dist/tribute.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
.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
}

.tribute-container li.highlight {
    background: #ddd
}

.tribute-container li span {
    font-weight: 700
}

.tribute-container li.no-match {
    cursor: default
}

.tribute-container .menu-highlighted {
    font-weight: 700
}

/*# sourceMappingURL=/sm/ff6241fb0a9033b5447c059660d8470d8a1200cd4f3f963db05d1b8e5c494c58.map */