<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
h1 {
    line-height: 45px;
    position: relative;
}

h2, h3 {
    margin: 0 0 15px 0;
    font-size: 22px;
    text-decoration: none !important
}

    h2 a {
        text-decoration: none
    }

#livepage-grid {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 5px
}

#smt-marketnumbers-col {
    padding: 0 0 15px 0;
}

#stockmarkettoday-div h2 {
    font-size: 24px
}

#lastUpdated-div {
    color: #808080;
}

#stockmarkettoday-div {
    padding: 0 25px 0 0
}

.marketbox {
    /* 
            box-shadow: var(--shadow);*/
    margin: 10px;
    padding: 10px;
    background: white;
    border-radius: 10px;
}

/* Live indicator styles */
.live-indicator {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #2ecc40;
}

.live-dot {
    width: 10px;
    height: 10px;
    background-color: #2ecc40;
    border-radius: 50%;
    margin-right: 6px;
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.3;
    }
}

.market-closed-indicator {
    display: inline-flex;
    align-items: center;
    margin-left: 15px;
    font-size: 14px;
    color: #666;
}

.holiday-notice {
    background-color: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 0;
    color: #856404;
    display: none;
}


@media only screen and (max-width: 840px) {

    h1 {
        font-size: 25px;
        line-height: 30px
    }

    #stockmarkettoday-div {
        padding: 0;
    }

    .marketbox {
        margin: 5px;
        padding: 5px;
    }

    #livepage-grid {
        grid-template-columns: 1fr;
        gap: 1px
    }
}


@media (max-width: 800px) {
    #tblMarketNumbers

{
    display: inline-flex;
    align-content: stretch;
    justify-content: center;
}

#tblMarketNumbers tr, #tblMarketNumbers td {
    display: table-cell;
}

#tdFutures, #tdEconCal {
    border: none !important
}

h1 {
    text-align: center
}

.marketSessionNav {
    font-size: 15px
}

    .marketSessionNav span {
        display: block
    }

.live-indicator {
    display: block;
    margin: 10px auto;
    text-align: center;
}

}
 
#divMarketToday {
    display: grid;
    grid-template-columns: minmax(470px, min-content) minmax(330px, auto) minmax(10%,26%);
    gap: 10px;
}

.marketSessionNav {
    padding: 5px;
    margin: -5px 0 5px;
    text-align: center;
}

    .marketSessionNav a.selected {
        padding: 2px;
        display: inline-block;
    }

    .marketSessionNav a.selected {
        background: #fefebf;
        font-weight: 600;
    }

.moverGridParent {
    min-height: 430px
}

    .moverGridParent .moveBlock {
        border: 2px solid var(--curve-box-border-color);
        border-radius: 8px;
        padding: 0 6px;
    }

    .moverGridParent h2 {
        font-size: 22px;
        text-align: center
    }

.moverGridParent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.moverGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.mover_row {
    display: contents
}

    .mover_row:hover .col {
        background: #ffc
    }

.moverGrid .col, .col.ld {
    padding: 5px;
    border-top: 1px solid #e4e4e4;
}

.col.ld {
    height: 26px;
    width: 42px;
    content: "..."
}

.col2, .col3 {
    cursor: default
}

a.symb {
    font-weight: 600;
}


.chgGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px
}

    .chgGrid .item {
        padding: 5px;
        border: 2px solid #6fb77b;
        border-radius: 5px;
        text-align: center;
        line-height: 22px;
        white-space: nowrap;
        overflow: hidden;
    }

div#MarketIndexes {
    grid-template-columns: 1fr 1fr 1fr;
}

#MarketIndexes a {
    text-decoration: none;
    color: var(--main-font-color);
}

div#MarketIndexes div {
    line-height: 27px;
    font-size: 18px;
}

#MarketIndexes .title {
}

#h2MarketSectors {
    margin-top: 27px
}

.sessionNote {
    font-size: 11px;
    line-height: 11px;
    margin-left: 4px;
    background: #ffc;
}

.sectLink {
    text-decoration: none !important;
    color: var(--main-font-color)
}


.chgGrid .good3 {
    border-color: #47cd47;
    background: #c7ffc7;
    font-weight: 600;
}

.chgGrid .good2 {
    border-color: #73d973;
    background: #e2ffe2;
}

.chgGrid .good1 {
    border-color: #d0f4d0;
    background: #ecffec;
}

.chgGrid .bad3 {
    border-color: rgba(200, 0, 0, 0.25);
    background: rgba(200, 0, 0, 0.22);
    font-weight: 600;
}

.chgGrid .bad2 {
    border-color: rgba(200, 0, 0, 0.18);
    background: rgba(200, 0, 0, 0.17);
}

.chgGrid .bad1 {
    border-color: rgba(200, 0, 0, 0.08);
    background: rgba(200, 0, 0, 0.07);
}

#MarketHeadlines {
    border: 2px solid var(--curve-box-border-color);
    border-radius: 5px;
    padding: 0 7px;
    min-height: 165px;
    box-sizing: border-box;
}

    #MarketHeadlines a {
        color: #222;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

.tickerNewsRow {
    margin: 5px 0;
    grid-template-columns: 1fr
}

    .tickerNewsRow .newsCol1 {
        display: none
    }

div#upcomingEvents {
    border: 2px solid var(--curve-box-border-color);
    border-radius: 5px;
    padding: 10px;
    max-height: 234px;
    overflow: hidden;
}

.newsCol2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.eventRow {
    display: grid;
    grid-template-columns: max-content 1fr;
    align-items: center;
    gap: 4px;
    border: 2px solid var(--curve-box-border-color);
    border-radius: 5px;
    padding: 7px 4px;
}

.eventTime {
    text-align: right;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}

.eventName {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

@media (max-width: 1340px) {
    #rowDetails {
        display: none
    }
}

@media (max-width: 1300px) {
    #MarketSectorsToday .item {
        font-size: 12px
    }
}

@media (max-width: 1100px) {
    #divMarketToday {
        grid-template-columns: 1fr
    }
}

@media (max-width: 800px) {
    .moverGrid {
        grid-template-columns: repeat(2, 1fr);
    }

        .moverGrid .col2 {
            display: none;
        }
}

@media (max-width: 600px) {

    .moverGridParent {
        min-height: 345px
    }

        .moverGridParent h2 {
            font-size: 18px;
        }

    .moverGridParent {
        gap: 4px;
    }

    .moverGrid .col {
        padding: 2px 0;
        border-top: 1px solid #e4e4e4;
    }
}


.rowDeets {
    box-sizing: border-box;
    width: 750px;
    padding: 2px;
    background: #fff;
    position: absolute;
    border: 2px solid #ccc;
    margin: -222px 0 0 -750px;
    border-radius: 2px;
    box-shadow: #0d0d0d8f 0px 0px 6px 5px;
}

.selectedRow .col {
    background-color: #ffffb6 !important;
}

.rowDeets iframe {
    width: 100%;
    height: 500px;
    border: none;
}

.rowDeets .rowHeading {
    background: #111;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* gap: 6px; */
    padding: 7px;
}

    .rowDeets .rowHeading a {
        color: #c7fcff;
    }

.rowDeets a.closeLink {
    text-align: right;
}
</pre></body></html>