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

@media (min-width:1280px) {
    .nwsChart-p {
        /*top: 12.35rem;*/
        top: 10.15rem;
    }
}

/*******************table style by jack****************************/
table thead {
    background: #183160;
    color: #fff;
}

    table thead tr {
        border: #183160 solid 1px;
    }

        table thead tr th {
            padding: 20px 15px;
        }

table td {
    border: 1px dashed #cdcdcd;
    padding: 20px 15px;
}

@media (max-width: 768px) {
    table thead tr th {
        padding: 10px 5px;
        font-size: 12px;
    }

    table td {
        border: 1px dashed #cdcdcd;
        padding: 10px 5px;
        font-size: 12px;
    }
}

table tr td:first-child {
    border-left: none;
}

table tr td:last-child {
    border-right: none;
}

.bottom-list .t-b-1 {
    border: 1px solid #f0f0f0;
    width: 20%;
    height: 50px;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.bottom-list .t-b-2 {
    border: 1px solid #f0f0f0;
    width: 20%;
    height: 50px;
    text-align: center;
    line-height: 50px;
}
/*******************table style by jack****************************/

#chartdesc {
    width: 90%;
    margin: 3rem auto 0 auto;
}

    #chartdesc ol {
        list-style: auto;
    }

    #chartdesc li {
        margin: 10px 0;
        list-style-position: inside;
        text-indent: -1.1875rem;
        margin-left: 1.25rem;
    }
