<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#work-area #html-preview h1, #work-area #html-preview h2, #work-area #html-preview h3, #work-area #html-preview h4, #work-area #html-preview h5, #work-area #html-preview h6, #work-area #html-preview p {
    clear:none!important;
}

figure.sm-attachment.float.left{
    float:left;
    margin:0 10px 10px 0;
}

figure.sm-attachment.float.right{
    float:right;
    margin:0 0 10px 10px;
}

figure.sm-attachment.nofloat.left{
    display:inline-block;
    margin:0 auto 10px 0;
}

div.sm-attachment-outer.left{
    text-align:left;
}

figure.sm-attachment.nofloat.right{
    display:inline-block;
    margin:0 0 10px auto;
}

div.sm-attachment-outer.right{
    text-align:right;
}

figure.sm-attachment.nofloat.center{
    text-align:center;
    display:inline-block;
    margin:0 auto 10px auto;
}

div.sm-attachment-outer.center{
    text-align:center;
}

figure.sm-attachment.sm-border{
    border: 1px solid #ccc;
    padding:6px;
}

figure.sm-attachment img{
    max-width:100%;
    height:auto;
}

figure.sm-attachment figcaption.sm-attachment-caption{
    display:block;
    margin:5px 0 0 0;
    font-size:0.8em;
}

figure.sm-attachment.nofloat.center img{
    margin:0 auto 0 auto;
}</pre></body></html>