.xllentech_upcoming_events_widget ul.xllentech_upcoming_events {
    list-style: none;
    width: 100%;
    margin: 0 auto;
}

ul.xllentech_upcoming_events li.xuep_li {
    list-style: none !important;
    margin: 0 0 5px 0 !important;
    padding: 0 10px !important;
}

.xllentech-event-date {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #8e8e8e;
    text-align: right;
}

.xllentech-event-desc {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #6D6D6D;
    font-weight: 700;
    text-align: justify;
}

.xllentech-bottom-link {
    width: 100%;
    background: #ccc;
    display: block;
    text-align: center;
}

.xllentech-bottom-link a {
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 2em;
}

ul.xllentech_upcoming_events li:nth-child(odd) {
    background: #ddd;
}