.events-pic{
    float:left;
    height: 130px;
}

.events-content{
    margin-bottom: 20px;
    border-bottom: 5px solid #eee;
    height: 140px;
}

.e-bottom{
    height: 30px;
    background-color: #4a4a4a;
    padding: 4px;
    color: white;
    text-align: center;
}
.e-top{
    height: 110px;
    background-color: #eee;
}
.events-cal{
    width: 70px;
}

.event-image-wrapper{
    float:left;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.event-date-wrapper{
    padding-top: 10px
}

.events-day{
    font-size:40px;
}

.events-month{
    font-size:13px;
}

.e-content-top{
    font-size:18px;
}

.e-content-top a {
    color: #4a4a4a;
}

.e-content-top a:hover {
    color: #e30513;
}