﻿.editor ul, .editor ol {
    padding-left: 40px;
}

.editor ul {
    list-style-type: disc;
}

.editor ol {
    list-style-type: decimal;
}

.editor i, cite, em, var, address, dfn {
    font-style: italic;
}

.editor b, strong {
    font-weight: bolder;
}