﻿.editor ul {
    list-style: disc;
    padding-left: 40px;
}

.editor ol {
    list-style: decimal;
    padding-left: 40px;
}

.editor em {
    font-style: italic;
}

.editor strong {
    font-weight: bold;
    color: unset;
}

.editor sub {
    vertical-align: sub;
    font-size: smaller;
}

.editor sup {
    vertical-align: super;
    font-size: smaller;
}

.editor table {
    width: 100%;
}