<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.so-table {
    font-size: 0.9em;
    table-layout: fixed;
    word-wrap: break-word;
}
.so-small-table {
    width: 350px;
}
.so-table tr {}
.so-table th {
    font-weight:normal;
}
.so-table th {
    text-align:center;
}
.so-table td {
    text-align:right;
}
.so-table td.align-left, .so-table th.align-left {
    text-align:left;
}
.so-table td.align-center, .so-table th.align-center {
    text-align:center;
}
.so-table span {
    font-size: 1.0em;
    color: #000000;
}
.so-table span.label {
    color: #ffffff;
}
.so-table span.large {
    font-size: 1.6em;
}
.so-table span.medium {
    font-size: 1.2em;
}
.so-table span.small {
    font-size: 0.9em;
}
.so-table span.positive {
    font-weight:bold;
    color:#46A546;
}
.so-table span.impact {
    font-weight:bold;
}
.so-table span.italic {
    font-style:italic;
}
.so-table span.neutral {
    color:#666666;
}
.so-table span.negative {
    color:#BD362F;
}
.so-table .empty {
    min-width: 50px;
}
.sub-table {
    margin: 0;
}
.sub-table * {
    border: none !important;
    background: inherit !important;
}
td.cell-condensed {
    padding: 0 !important;
}</pre></body></html>