.title {
    font-size: 40px;
    text-align: center;
}

.calendar-widget ul, ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 40px;
}

.circleNumber {
    border-radius: 50%;
    width: 21px;
    height: 21px;
    padding: 2px;
    display: inline-block;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 18px Arial, sans-serif;
    transform: translateY(-10%);
    line-height: 21px;
    vertical-align: middle;
}

/* default class come first, classes going lower will overwrite it */
.circle_default, .circleGray {
    background: #ccc;
}

.circle_1, .circleRed {
    background: #f00;
}

.circle_0, .circleLightRed {
    background: #ff8d8d;
}

.circle_2, .circleYellow {
    background: #ff0;
}

.circleWhite {
    background: #fff;
}

