.aue-list {
    padding: 0;
    margin: 0; 
}
.aue-event {
    display: block;
    list-style: none;
    overflow: hidden;
    padding-bottom: 6px;
    border-bottom: 1px solid #cccccc;
    margin-right: 15px;
}
.aue-event span.title {
    display: block;
    width: 100%;
    font-weight: 400; 
    font-size: 18px;
    
}
.aue-date {
    float: left;   
    background-color: #124787;
    height: 50px;
    width: 15%;
    color: #fff;
}
.aue-date .aue-month, .aue-date .aue-day {
    display: block;
    width: 100%;
    text-align: center;
}
.aue-date .aue-month {
    font-size: 0.9em;
    line-height: 1.65em;
    text-transform: uppercase;
}
.aue-date .aue-day {
    font-size: 1.6em;
    font-style: italic;
    line-height: 0.9em;
}
.aue-details {
    float: left;
    padding: 0 8px;
    width: 75%;
}