.date-box {
    width: 46px;
    float: left;
    font-weight: bold;
    text-align: center;
    border: 1px solid #AAAAAA;
    line-height: 1.3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #DFDFDF;
}

p.date-box-day {
    font-size: 20px;
    padding-top: 2px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    height: 16px;
}

.date-box-month {
    background-color: #106BC5;
    color: #ffffff;
    font-size: 13px;
    height: 24px;
}

.date-box-weekday {
    line-height: 1.1;
    font-size: 24px;
    font-weight: bold;
    color: #999999;
    padding: 10px 0 10px 0;
    font-family: Lato;
    border-bottom: 1px solid #a1a1a1;
}