<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.expandable-Div .AddBulletBefore {
    float: left;
    width: 50%;
    word-wrap: break-word;
}

    .expandable-Div .AddBulletBefore:nth-child(even):after {
        content: '';
        display: block;
        clear: both;
    }
</pre></body></html>