ol > li > ol > li > ol > li > ol {
  list-style-type: decimal !important;
}

ol > li > ol > li > ol {
  list-style-type: lower-roman !important;
}

ol > li > ol {
  list-style-type: lower-alpha !important;
}

