.event-list figure{
    text-align: center;
    background-color: #ececec;
    padding: 20px 0;
    border-radius: 2px;
}

.span1.cal-date > span {
    color: #555;
    font-size: 16px;
    display: block;
    line-height: 22px;
}

.span1.cal-date .day {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
}

.span1.cal-date .month {
    font-weight: bold;
    font-size: 20px;
}

.span1.cal-date .year {
    font-size: 16px;
}

.event-list .details h1 {
    margin: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 28px;
}

.event-list .details .detail .category{
    margin: 0 10px 0 0;
}
