.lsv-event-list {
    list-style: none !important;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: white;
}

.lsv-event-list ul{
    list-style-type: none !important;
}

.lsv-event-list li {
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    list-style-type: none !important;
}

.lsv-event-list li:last-child {
    border-bottom: none;
}

.lsv-event-title {
    color: white;
    text-decoration: none;
    margin-right: 8px;
}

.lsv-event-title:hover {
    text-decoration: underline;
}

.lsv-event-date {
    color: white;
    font-weight: normal;
}
