.romanCalendar table, .romanCalendar th, .romanCalendar td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    line-height: normal;
    color: black;
    border: 1px solid white;
    border-collapse: collapse;
    background-color: #bcd5e6;
    padding: 3px 3px 3px 3px;
}

.romanCalendar th {
    height: 30px;
    width: 105px;
}

.romanCalendar td {
    height: 60px;
    width: 100px;
    background-color: #D2E0E6;
    vertical-align: text-top;
    position: relative;
}

.monthYear th {
    background-color: #c2ccd1;
    border: none;
}

.romanCalendar .oCell {
    background-color: #729fcf;
}

.romanCalendar .tCell {
    background-color: #C6E746;
}

.romanCalendar .mCell {
    background-color: #D2E0E6;
    color: #777777;
}

.romanCalendar .gregDate {
    position: absolute;
    bottom: 3px;
    left: 3px;
    color: white;
    font-size: 80%;
}

.romanCalendar .newYear {
    position: absolute;
    bottom: 25px;
    left: 3px;
    color: red;
    font-size: 100%;
}