table.eventCalendar td{
text-align:center;
font-size:.7em;
}

table.eventCalendar td[colspan="3"]{
text-align:left;
}

table.eventCalendar td .monthName{
font-weight:bold;
font-size:1.3em;
}
table.eventCalendar td .topicName{
color:#666666;
font-weight:bold;
font-size:1.2em;
font-style: italic;
}

table.rates tr:nth-child(even) {
    background-color: #f0f1f1;
}

table.rates th.issueCount{
background-color:#00A3E0;
color:#fff;
text-align:center;
}

table.rates th{
background-color:#002a3a;
color:#fff;
}