.mention {
    font-weight: bold;
}

.tribute-container {
    min-width: 85px;
}

.tribute-container ul {
    background: #111111 !important;
    border: 1px solid #3a3a3a !important;
    color: #ffffff !important;
}

.tribute-container li {
    background: #111111 !important;
    color: #ffffff !important;
    padding: 8px 12px;
}

.tribute-container li span,
.tribute-container li a {
    color: #ffffff !important;
}

.tribute-container li.highlight,
.tribute-container li:hover {
    background: #2a2a2a !important;
    color: #ffffff !important;
}