ol.is-style-nwmls-numbered-sub-bullets ol,
.editor-styles-wrapper ol.is-style-nwmls-numbered-sub-bullets ol {
    list-style-type: disc;
}
ol.is-style-nwmls-numbered-sub-bullets ol ol,
.editor-styles-wrapper ol.is-style-nwmls-numbered-sub-bullets ol ol {
    list-style-type: lower-roman;
}
ol.is-style-nwmls-numbered-alpha-roman ol,
.editor-styles-wrapper ol.is-style-nwmls-numbered-alpha-roman ol {
    list-style-type: lower-alpha;
}
ol.is-style-nwmls-numbered-alpha-roman ol ol,
.editor-styles-wrapper ol.is-style-nwmls-numbered-alpha-roman ol ol {
    list-style-type: lower-roman;
}
ol.is-style-nwmls-alpha-roman,
.editor-styles-wrapper ol.is-style-nwmls-alpha-roman {
    list-style-type: lower-alpha;
}
ol.is-style-nwmls-alpha-roman ol,
.editor-styles-wrapper ol.is-style-nwmls-alpha-roman ol {
    list-style-type: lower-roman;
}