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

.IPSEMLTable{
    display: table;
    width:100%;
}

.IPSEMLRow{
    display: table-row;
    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: table-cell;
    position: relative;
    margin: 10px 10px;
    font-size: 1em;
    width:100px;
    height:100px;
    text-align: left;
}

.IPSEMLContent{
    position: relative;
    display: table-cell;
    word-wrap: break-word;
    width: auto;
    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;
}
