.en-flat .list-o-annoteRoundDecimal {
    padding: 0;
    text-align: left;
    counter-reset: nth;
}
.en-flat .list-o-annoteRoundDecimal > * {
    position: relative;
    padding-left: 1.5em;
}

html[lang="en"] .en-flat .list-o-annoteRoundDecimal > *:before {
  content: "(" counter(nth) ")";
}
html[lang="en"] .en-flat .list-o-annoteRoundDecimal > *[data-nth]:before {
  content: "(" attr(data-nth) ")";
}
.en-flat .list-o-annoteRoundDecimal > *:before {
    position: absolute;
    left: 0;
}
