I have a <ol> list with a {list-style-type: upper-roman} . Inside of it is another <ol> list wich is decimal by default. But after converting HTML to DOCX this inner <ol> list becomes "upper-alpha". I was trying to set a class for the inner <ol> with a style="list-style-type: decimal" but it doesn't work.