.event_mm-main-wrapper {
margin-bottom: 15px;
}
.event_mm-startdatum {
font-size: 14px;
font-weight: 700;	
}
.event_mm-enddatum {
font-size: 14px;
line-height: 15px;
}
.event_mm-list-wrapper hr {
margin-bottom: 5px !important;
background-color: #ffdc6c;
box-shadow: 0 0 5px 0px #ffdc6c;
}
.event_mm-list-wrapper {
display: flex;  			
margin: 0 0 0 0;	
transition: 0.4s;		
}
.event_mm-main-wrapper a {
text-decoration: none;
display: block;
color: inherit !important;
border-top: 2px solid #02a1e3;	
}
.event_mm-list-wrapper:hover {
background: rgba(2, 161, 227, 0.55);
transition: 0.4s;	
}
.event_mm-padding {
margin: 5px 0;	
}
.event_mm-list-subwrapper {
flex-basis: 80%;
}
.event_mm-list-date {
flex-basis: 15%;  
padding: 3px 15px !important;
}
.event_mm-list-date:not(:last-child) {
padding: 0 15px;
}
.event_mm-list-event { 
line-height: 1.5em;
}
.event_mm-list-location { 
font-size: 12px;
}
.event_mm-list-link {
flex-basis: 10%;
}
.event_mm-list-link a {
color: #fff;
font-weight: 700;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
background: #02a1e3;
padding: 15px 40px;
transition: 0.2s;
border: 2px solid #02a1e3;
}
.event_mm-list-link a:hover {
color: #02a1e3;
background: transparent;	
transition: 0.2s;
border: 2px solid #02a1e3;
}
.event_mm-list-event h4 {
margin: 0px 0 5px 0 !important;
font-size: 16px;
}