TABLE.month {
    width: 100%;

    background-color: #f5f5f5;
}

TABLE.month TD {
    line-height: 1;
    text-align: center;

    padding: 6px 0 6px 0;
}

TABLE.month TD.title {
    background-color: #dedede;
}

TABLE.month TD.weekday {
    font-weight: bold;
}

TABLE.month TD.selected {
    background-color: #ffd900;
}

TABLE.month TD.day:HOVER,
TABLE.month TD.title:HOVER {
    background-color: #000000 !important;
    color: #ffffff !important;
}
