﻿.editor ul {
    list-style: disc;
    padding-left: 40px;
}

.editor ol {
    list-style: decimal;
    padding-left: 40px;
}

.editor em {
    font-style: italic;
}

.editor_work ul {
    list-style: disc;
    padding-left: 20px;
}

.editor_work ol {
    list-style: decimal;
    padding-left: 20px;
}
