.ecwd_upcomming_events {
    font-family: Segoe UI !important;
    max-width: 100%;
    width: 100%;
    border: 0px solid transparent;
}

.ecwd_upcoming_list li:after{
    clear: both;
    display: none;
}
.ecwd_upcomming_events ul li{
    list-style: none !important;
    list-style-image: none !important;
    padding: 0 !important;
    background:none !important;
}
.ecwd_upcoming_list h3{
    margin: 0 0 6px 0 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    line-height: 1 !important;
    clear: none !important;
    text-transform: none;
    font-style: italic;
}

.ecwd_upcomming_events .metainfo {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    line-height: 1.3;
}
.ecwd_upcomming_events ul{
    list-style: none !important;
    list-style-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ecwd_upcomming_events .ecwd-time, .ecwd_upcomming_events .ecwd-date {
    margin-right: 0px;
    margin-bottom: 1px;
    width: 95%;
}
.ecwd_upcomming_events .metainfo{
    padding-left: 26px;
}
.ecwd_upcomming_events .event-main-content {
    width: 100%;
    border: 1px solid #D5DCE2;
    margin-bottom: 1px;
}

.ecwd_upcomming_events h3 {
    margin: 0px 0px 0px 0px !important;
    font-size: 16px !important;
    line-height: 20px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 2px;
    box-sizing: border-box;
}


.ecwd_upcomming_expandable .arrow-down {
    display: block;
    background: url(images/arrow_down.png) no-repeat right center;
    position: absolute;
    bottom: 1px;
    width: 20px;
    cursor: pointer;
    height: 9px;
    right: 0px;
    transition: all 0.3s;
}

.ecwd_upcomming_expandable .arrow-down.open {
    background: url(images/arrow_up.png) no-repeat right center;
}

.ecwd_upcoming_list .event-content img{

    float: left;
    margin: 2px 7px 5px 0px;
    clear: both;
}


