.IPSEventsMobileList-container{
    display: flex;
    flex-direction: column;
    width:100%;
    background-color:#555555;
    row-gap: 10px;
}

.IPSEMLRow{
    font-size: 1em;
    width:98%;
    text-align: left;
    background-color: white;
    border-radius: 5px;
    padding:5px;
    height:150x;
    margin:5px 0px 0px 5px;
}

.IPSEMLLogo{
    display:inline-block;
    position: relative;
    margin: 10px 10px;
    font-size: 1em;
    width:100px;
    height:100px;;
    text-align: left;
}

.IPSEMLContent{
    display:inline-block;
    position:relative;
    width:68%;
    height: auto;
    text-align: left;
    vertical-align: top;
    padding:15px 0px;
}

.IPSEMLPlace{
    font-size:0.8em;
}
.IPSEMLTitle{
    font-size:1em;
    font-weight: bold;
}

.IPSEMLDates{
    font-size:0.8em;
    font-style: italic;
}


.IPSEMLLink{
    width:100%;
    color:#222222;
    text-align: left;
}

.IPSEMLLink:visited{
    color:#222222;
}



.IPSEMLIcon{
    width:100px;
    height: 100px;
    text-align: center;
}
