tr:nth-child(odd){
    background: #FFF;
}

tr:nth-child(even){
    background: #F1F1F1 ;
}
.issue-table{
    table-layout: fixed;
    width:100%;
}

.issue-digit{
    text-align: right;
    margin: 0 0 3px 0;
    width: 6%;
}

.issue-title-header{
    text-align: center;
    width: 30%;
}

.issue-date-header{
    text-align: center;
    width: 20%;
}

.issue-digit-header{
    text-align: center;
    width: 6%;
}

.issue-title{
    text-overflow: ellipsis;
    max-width: 150px;
    width: 30%;
    white-space: nowrap;
    margin: 0 0 0 3px;
}

.issue-date{
    text-overflow: ellipsis;
    width: 20%;
    white-space: nowrap;  
    margin: 0 0 0 3px;  
}