#govhkForm #govhkBody:lang(zh-CN) .wantTo .wantToText, #govhkForm #govhkBody:lang(zh-HK) .wantTo .wantToText {
  width: 13% !important;
}
.externalLink {
   font-family: Arial,"sans-serif",Microsoft JhengHei !important;
}
.abc {
    list-style-type: decimal !important;
    padding-left: 20px !important;
}
.abc li {
    counter-increment: section !important;
    //text-indent: -20px;
}
.iii {
    counter-reset: my-counter !important;
    list-style-type: none !important;
}
.iii li:before {
    content: "(" counter(my-counter, lower-roman) ") " !important;
}
.iii li {
    counter-increment: my-counter !important;
}

#root {
  white-space: pre-line;
}
