.slContent {
    background-color: #FBFBFB;
    padding: 1em;
}
.slContent h2 {
    color: #15121b;
    font-size: 1.55em;
    margin-top: 0.75em;
    margin-bottom: 0.25em;
    border-bottom: 1px solid #15121b;
}
.slContent h3 {
    color: #1b1822;
    font-size: 1.35em;
    margin-top: 0.75em;
    margin-bottom: 0.2em;
    border-bottom: 1px dashed #1b1822;
}

.slContent h4 {
    color: #272236;
    font-size: 1.15em;
    margin-top: 0.5em;
    margin-bottom: 0.1em;
}

.slContent img {
    display: flex;
    width: 100%;
    height: auto;

    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.slContent b {
    color: #3D315B;
    font-weight: 900;
}

.slContent iframe {
    display: flex;
    width: 100%;
    min-height: 400px;
    height: auto;


    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

.slContent .segment-warning, .slContent .segment-information, .slContent .segment-curiosity {
    padding: 0.5em;
    padding-left: 0.75em;
    background-color: #EEE;
    border-top-left-radius: 0.25em;
    border-bottom-left-radius: 0.25em;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}

.slContent .segment-warning {
    border-left: 0.75em #E3514F solid;
}

.slContent .segment-information {
    border-left: 0.75em #43894E solid;
}

.slContent .segment-curiosity {
    border-left: 0.75em #bebe38 solid;
}

.slContent a, .slContent a:active  ,.slContent a:link ,.slContent a:visited {
     color: #2B7EF3;
     font-weight: 900;
}

.slContent a:hover {
    color: #0A4EAE;
    font-weight: 900;
}