.filled{
    background-color: pink;
}

.today {
    background-color: #66ccff;
}

.noday{
    background-color: #f0f0f5;
}

.month {
    border:1px solid #c6c6ec;
    width: 100%;
    min-height: 600px;
    text-align: center;
}

.month th {
    text-align: center;
    /* width:100px; */
    min-height:20px;
    height: 20px;
}

.month td {
    min-width: 100px;
    width: 14%;
    height: 20%;
    /* height: 150px; */
    vertical-align: top;
    text-align: right;
    border: 1px solid #c6c6ec;
}