table caption {
    font-weight:bold;
    font-size:16px;
    }
td.month {
    background-color:rgba(194,140,86,0.2);
    font-size:16px;
    font-weight:bold;
    padding-left:10px;
    line-height:2em;
    }
tr.week:nth-child(even) {background: rgba(0,0,0,0)}
tr.week:nth-child(odd) {background: rgba(130, 182, 0, 0.08)}
td.week {
    font-size:13px;
    text-align:right;
    padding-right:10px;
    font-weight:bold;
    }
td.name {
    font-size:13px;
    text-align:left;
    }
