thead td,
thead th {
    background-color: #0D5460;
    color: #FFF;
    text-align: center;
}

.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;
}

