.date {
    font-family: NeoSans, sans-serif;
    display: block;
    min-height: 45px;
    font-weight: 700
}

.date > .day {
    float: left;
    line-height: 54px;
    margin-right: 10px;
    font-size: 50px
}

.date > .rest-day {
    float: left;
    line-height: 25px;
}
