#wmscc_main h2 img {
    vertical-align: middle;

}

#wmscc_main table {
    margin: 0 0;
    border: 1px solid #D4D2D2;
    border-collapse: collapse;
}

thead td,
thead th {
    background-color: #0D5460;
    color: #FFF;
    text-align: center;
}

#wmscc_main input {
    text-align: center;
    width: auto;

}

#wmscc_main .ounce {
    font-size: 16px;
    color: #C00;
}

#ResultsCell {
    text-align: center;
    font-size: 2em;
    line-height: 1em;
    font-weight: bold;
    padding: 20px;
}

.week thead td {
    font-size: 12px;
    background-color: #666;
    color: #fff;
    padding: 5px;

}

.week tbody td {
    padding: 0.2em;
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #EBEBEB;
}

.week tbody th {
    padding: 0.2em;
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #EBEBEB;
}

.week td {
    text-align: center;
}

.week tbody tr:hover th,
.week tbody tr:hover td {
    background-color: #FBEAB7;
    color: #000;
}

.week tbody tr.head:hover th {
    background-color: #ECFFFF
}




#wmscc_chart {
    text-align: center;
}

.invalid_data {
    color: #F00;
    margin: 20px;
    display: block;
    text-align: center;

}


.sect {
    border: 1px solid #D4D2D2;
    margin: 20px 0 10px;
    padding: 0;
    text-align: left;
    width: 100%;
}

.sect h2 {
    background-color: #0D5460;
    color: #FFFFFF;
    padding: 4px;
    border-top: 1px dashed #FFFFFF;
    font-size: 14px;
    padding: 10px;
    text-align: center;
}

.sect .content {
    text-align: center;
    padding: 10px;

}

.sect td {
    vertical-align: middle;
    text-align: left;
    padding: 5px;
}

.subsect {
    width: 400px;
    float: left;
}

.subsect2 {
    width: 230px;
    float: right;
}

.wmscc_date {
    border-bottom: 1px dotted;
    font-size: 80%;
    color: #0A4A55;
}

.arrows {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.increment,
.decrement {
    cursor: pointer;
    cursor: hand;
    width: 35px;
    height: 33px;
    display: inline-block;
    margin: 0 2px;

}

.gold {
    background: url('images/gold.webp') no-repeat right top;
}

.silver {
    background: url('images/silver.webp') no-repeat right top;
}

.platinum {
    background: url('images/platinum.webp') no-repeat right top;
}

.intro {
    background: none repeat scroll 0 0 rgba(71, 213, 235, 0.5);
    padding: 5px;
}

.featured td {
    border: none;
    border-bottom: 1px solid #dddddd;

}

table.featured {
    border: none;

}

@media screen and (max-width: 980px) {

    .subsect {
        width: 65%;
    }

    .subsect2 {
        width: 30%;
    }

    .sect .content {
        padding: 0;

    }

}

/* for 700px or less */
@media screen and (max-width: 700px) {

    .subsect {
        width: auto;
        float: none;
    }

    .subsect2 {
        width: auto;
        float: none;
    }

}

.button {
    width: 200px;
    display: block;
    color: #777;
    border: 1px solid #c7c7c7;
    background-image: linear-gradient(to bottom, #dfdfdf 0px, #cecece 100%);
    background-color: #cdcdcd;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    cursor: pointer;
    line-height: normal;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 300ms ease-out 0s;
    padding: 5px;
    margin: 5px auto;
}

.chart {
    background: transparent url() no-repeat 50% 50%;
    direction: ltr;
}

.live {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 22px;
    background-color: #eee
}

.live-down {
    animation: live-down 1.5s ease-in-out infinite;
}


@keyframes live-down {
    0% {
        background: #ff626280;
    }

    50% {
        background: #ff626240;
    }

    100% {
        background: #ff626280;
    }

}

.live-up {
    animation: live-up 1.5s ease-in-out infinite;
}

@keyframes live-up {
    0% {
        background: #89ff8999;
    }

    50% {
        background: #89ff8920;
    }

    100% {
        background: #89ff8999;
    }
}



.change-red {
    animation-name: change-red;
    animation-duration: 0.7s;
}

@keyframes change-red {
    from {
        background: #ff626280;
    }

    to {
        background: transparent;
    }
}

.change-green {
    animation-name: change-green;
    animation-duration: 0.7s;
}

@keyframes change-green {
    from {
        background: #89ff8980;
    }

    to {
        background: transparent;
    }
}

.change-gray {
    animation-name: change-gray;
    animation-duration: 0.7s;
}

@keyframes change-gray {
    from {
        background: #f2f2f2;
    }

    to {
        background: transparent;
    }
}

.green {
    color: green !important;
}

.red {
    color: red !important;
}

.black {
    color: #000;
}

.header-bar-c::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.header-bar-c {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.header-bar {
    width: 1130px;
    margin: auto !important;
}


.header-bar .main {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 5px;
    background: #f9f9f9;
    box-shadow: 0 0 5px #ccc;
    height: 125px;
}

.header-bar .main .main-rate {
    margin-bottom: 5px;
}

.header-bar .main .large {
    font-size: 30px;
    font-weight: bolder;
    max-width: 350px;
    overflow: hidden;
}

.header-bar .main .symbol {
    font-size: 30px;
    font-weight: bolder;
    max-width: 350px;
    overflow: hidden;
}

.header-bar .main .currency-unit {
    font-size: 14px;
    font-weight: bolder;
    display: block;
    margin-bottom: 5px;
}

.header-bar .meta-rates {
    height: 24px
}

.market {
    height: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.open {
    color: green;
}

.closed {
    color: red;
}

.text-end {
    text-align: right !important;
}