.fora-calendar-item {
    position: relative;
    cursor: pointer;
}

.fora-calendar-date {
    position: absolute;
    top: 0;
    left: 0;

    width: 48px;
    height: 48px;

    border: 1px solid #0072BC;

    color: #0072BC;
    font-weight: 700;
}

.fora-calendar-date span {
    display: block;
}

.fora-calendar-date .day {
    width: 100%;
    line-height: 1em;
    text-align: center;
    font-size: 2em;
}

.fora-calendar-date .month {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.fora-calendar-title {
    min-height: 64px;
    margin-left: 64px;
    margin-bottom: 0.5em;
}

