.nncsp-strip-spot-chart {
    background-color: #000;
    padding: 5px;
    color: #FFF;
    text-align: center;
    margin: 0 auto;
}

#nncsp_ad_strip {
    display: none;
    width: 100%;
}

@media (max-width: 1024px) {
    #nncsp_ad_strip {
        display: block;
    }
}

#nncsp-horiz-box-chart {
    background-color: #000;
    padding: 5px;
    display: block;
    text-align: center;
    margin: 5px;
}

#nncsptcht_2 {
    margin: 0 auto !important;
    border-collapse: collapse !important;
}

#nncsptcht_2 table {
    border: 0 !important;
}

#nncsptcht_2 td {
    padding: 0 !important;
}

.nncsp-horiz-table {
    color: #FFF;
    margin-top: .5em;
    margin-bottom: .5em;
    border: 0 !important;
    table-layout: fixed;
}

.nncsp-horiz-table td {
    text-align: center;
    border-top: 0 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    white-space: nowrap;
    overflow-x: scroll;
    text-overflow: ellipsis;
}

.nncsp-horiz-table td:nth-child(even) {
    border-right: solid 2px #D0CECF;
}

.metal-name-price {
    display: inline-block;
    margin-left: 1em;
}

.metal-name-price2 {
}

.chart1-name {
    margin-right: .5em;
}

.nncsp-scb {
    text-transform: uppercase;
    font-weight: 500;
}

.silver-txt {
    color: silver;
}

.gold-txt {
    color: gold;
}

.platinum-txt {
    color: #E5E4E2;
}

.rhodium-txt {
    color: white;
}

.other-txt {
    color: white;
}

.metal-bid-hdr {
    margin-left: .25em;
    margin-right: .25em;
}

.metal-ask-hdr {
    margin-left: .25em;
    margin-right: .25em;
}

.metal-gain {
    color: lawngreen;
    margin-left: .25em;
}

.metal-loss {
    color: orangered;
    margin-left: .25em;
}

.nncsp-half-up {
    font-size: 60%;
    vertical-align: text-top;
}

.nncsp-half-down {
    font-size: 60%;
    vertical-align: text-bottom;
}

.metal-bid-hdr2 {
    font-size: 70%;
    vertical-align: text-bottom;
}

.metal-ask-hdr2 {
    font-size: 70%;
    vertical-align: text-bottom;
}

.metal-other-price-txt {
    color: yellow;
    font-weight: bold;
}


/**** all new method borrowed from wisdmlabs.com/blog/responsive-tables-using-css-div-tag/ ****/

.nncsp-resp-table-container {
    max-width: 800px;
    margin: 1em auto;
    background: #202020;
}

.nncsp-resp-table-box {
    display: block;
    width: 160px;

}

.nncsp-resp-table {
    display: table-cell;
    color: #fff;
    background: #202020;
}

.nncsp-resp-table-header {
    display: table-header-group;
    font-weight: bold;
    font-size: 125%;
}

.nncsp-resp-table-header-alt {
    font-size: 50%;
}

.nncsp-table-header-cell {
    display: table-cell;
    padding: .15em;
    text-align: center;
    padding-left: .75em !important;
}

.nncsp-table-header-cell-alt {
    border-left: 1px solid #666;
    border-right: 1px solid #666;

}

.nncsp-resp-table-body {
    display: table-row-group;
}

.nncsp-resp-table-row {
    display: table-row;
}

.nncsp-table-body-cell {
    display: table-cell;
    padding-left: .5em;
}

@media (max-width: 1186px) {

    .nncsp-resp-table-container {
        max-width: 600px;
        width: 70%;
    }
    .nncsp-resp-table {
        display: inline-block;
    }
    .nncsp-table-header-cell-alt {
        border-left: none;
    }
}