﻿
.IssueTable {
    border-spacing: 1px;
}

.IssueMonth {
    padding-right: 6px;
    text-align: center;
    font-family: Trebuchet MS, Serif;
    font-size: 18px;
    color: #D6350F;
}

.IssueYear {
    padding-right: 6px;
    font-family: Trebuchet MS, Serif;
    font-size: 18px;
    color: #D6350F;
}

.IssueNoThumb {
    width: 50px;
    height: 29px;
    background-color: #CCBBAA;
}

.IssueThumb {
    width: 50px;
    height: 29px;
}

.IssueThumbImage {
    width: 50px;
    height: 29px;
    border: solid 0px;
}


