.eventsList {
    margin-bottom: 20px;
 text-align: center;
}

a.event {
    display: inline-block;
    width: 15%;
    vertical-align: top;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
}

a.event:hover {
    text-decoration: none;
    opacity: 0.5;
}

.event .eventDate {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 5px;
    color: #377fc4;
}

.event .eventDate span {
    margin-left: 5px;
}

.event .eventName {
    font-size: 14px;
}

.time {
    font-size: 14px;
    color: #696969;
}

.eventsList a.event:after {
    background: #E2DDDD;
}

.eventsList a.event:after {
    content: '';
    width: 2px;
    height: 40px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: -1px;
}

.eventsList a.event:last-child:after { display: none; }
