/* Editor */
lexxy-editor ul, .lexxy-editor ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
lexxy-editor ol, .lexxy-editor ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}

/* Content display */
.lexxy-content ul {
  list-style-type: disc;
  padding-left: 1.5em;
}
.lexxy-content ol {
  list-style-type: decimal;
  padding-left: 1.5em;
}
