﻿.editor ul {
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.editor ol {
    list-style: decimal;
    list-style-type: decimal;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.editor em {
    font-style: italic;
}

.editor strong {
    font-weight: bold;
}

.editor sub {
    vertical-align: sub;
    font-size: smaller;
}

.editor sup {
    vertical-align: super;
    font-size: smaller;
}

.editor table{
    width: 100%;
}