<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.finance-quotes-block {
    margin-bottom: 18px;
}

.finance-quotes-table {
    font-size: 10px;
    margin-bottom: 0;
}

.finance-quotes-table thead tr th {
    border-bottom: 0;
    text-align: center;
    vertical-align: middle !important;
}

.word-breaking {
    min-width: 60px;

    -ms-word-break: break-all;
    word-break: break-all;

    /* Non standard for WebKit */
    word-break: break-word;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

@media (max-width: 767px) {
    .finance-quotes-block {
        position: relative;
        float: none;
        display: none;
    }

    .finance-quotes-block::after {
        content: ' ';
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 100%;
        pointer-events: none;
    }

    .finance-quotes-table {
        float: none;
        display: inline-block;
        max-width: 100%;
        overflow-x: auto;
    }

    .finance-quotes-table td {
        white-space: nowrap;
    }

    .finance-quotes-table .fixed-column {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        padding: 0;
        vertical-align: middle;
        background-clip: padding-box;
        -webkit-background-clip: padding-box;
    }

    .finance-quotes-table .fixed-column div {
        padding: 6px;
        border-right: none;
    }

    .finance-quotes-table th.fixed-column div::before,
    .finance-quotes-table th.fixed-column div::after {
        content: ' ';
        position: absolute;
        left: 0;
        top: -1px;
        width: 5em;
        height: 1px;
    }

    .finance-quotes-table tr {
        border-left: none;
    }

    .finance-quotes-table th:last-child,
    .finance-quotes-table td:last-child {
        padding-right: 90px;
    }

    .expanded .triangle-bottom {
        border-width: 0px 5px 5px 5px;
        border-color: transparent transparent #ffffff transparent;
    }

    .triangle-bottom {
        position: relative;
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #ffffff transparent transparent transparent;
        margin-left: 10px;
    }

}</pre></body></html>