<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.at-portret-two-column {
    padding: 20px;
    font-size: 1em;
    line-height: 1.6;
    background-color: #fff;
}

.two-column-portrets {
    margin: 0 0 -32px 0;
    padding: 0;
    list-style-type: none;
}

.two-column-portrets li {
    overflow: hidden;
    margin-bottom: 32px;
}

.two-column-portrets .column1 {
    float: left;
    width: 168px;
}

.two-column-portrets .column2 {
    margin-left: 200px;
}

.two-column-portrets .column2 ul {
    list-style-type: disc;
}

.two-column-portrets .column2 li {
    overflow: visible;
    margin-bottom: 0;
}

.article_static .two-column-portrets .column2 ul li {
    position: relative;
    padding-left: 1.5em;
    list-style: none;
}

.article_static .two-column-portrets .column2 ul li:before {
    position: absolute;
    left: 0;
    top: 0.2em;
    width: 1em;
    margin-right: .2em;
    margin-left: .2em;
    display: inline-block;
    content: '\002b';
    font-family: 'fontello';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #408BC2;
}

.two-column-portrets-link {
    margin-right: .2em;
    font-size: 1.5em;
    color: #7a8085;
}

.two-column-portrets-link:hover {
    color: #00a7eb;
    text-decoration: none;
}

.two-column-portrets img {
    margin-bottom: 1.5em;
    border-radius: 50%;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}

@media all and (max-width: 450px) {
    .two-column-portrets {
        margin-bottom: -8px;
    }

    .two-column-portrets .column1 {
        float: none;
        width: auto;
        margin-bottom: 8px;
    }

    .two-column-portrets .column2 {
        margin-left: 0;
    }
}
</pre></body></html>