<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-front {
    z-index: 999999;
}

.sl-symbol-list:nth-child(odd) {
    background-color: lightgray;
}

.sl-symbol-span {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
}

.sl-company-name-span {
    display: inline-block;
    overflow: hidden;
    width: max-content;
}

.sl-exchange-span {
    display: inline-block;
    overflow: hidden;
    width: max-content;
}

.sl-highlight-text {
    color: red;
}</pre></body></html>