﻿
@media (min-width: 1280px) {
    .investorWorld-latestContentRow {
        height: 100px;
        grid-template-columns: 1fr auto auto;
        gap: 2.5rem;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 1280px) {
    img, video {
        margin: 0 auto;
        height: auto;
    }
}

.ml-0\.1 {
    margin-left: 0.1rem;
}


.investorWorld-latestContentText {
    font-size: 14px;
    line-height: 18px;
}

.nwsChart-p {
    position: sticky;
    z-index: 20;
    top: 10.1rem;
    background: #ffffff;
    max-width: 100%;
    margin-right: 0%;
}

@media (max-width: 1280px) {
    .nwsChart-p {
        position: sticky;
        z-index: 20;
        top: 5rem;
        background: #ffffff;
    }
}

table {
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}

table td, table th {
    border: 1px solid #cad9ea;
    color: #666;
    height: 30px;
}

table thead th {
    background-color: #CCE8EB;
    width: 100px;
}

table tr:nth-child(odd) {
    background: #fff;
}

table tr:nth-child(even) {
    background: #F5FAFA;
}
.gap-8{
    gap:2rem;
}

.pb-2\.5 {
    padding-bottom: 0.625rem;
}

@media (min-width: 1280px) {
    .md-screen\:pb-5 {
        padding-bottom: 1.25rem;
    }
}