<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * @author: Procurios
 * @about:  mmt-mdp-speakers.css
 *          Additional layout settings for the "speakers"-page of the meeting detail page
 */

/**
 * Layout of speaker overview
 */

.mmt-mdp-section-speakers ol,
.mmt-mdp-social-media {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmt-mdp-section-speakers li {
    position: relative;
    margin-bottom: 1em;
    padding-bottom: 1em;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}

.mmt-mdp-section-speakers img {
    float: left;
}

.mmt-mdp-has-image .mmt-mdp-speaker-details {
    margin-left: 120px;
}

.mmt-mdp-speaker-details h4 {
    margin: 0;
}

.mmt-mdp-social-media li {
    position: static;
    display: inline;
    margin: 0 5px 0 0;
    border: 0;
}</pre></body></html>