#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: none !important;
  padding-left: 20px !important;
}
.abc li:before {
  content: "(" counter(section, lower-alpha) ") ";
}
.abc li {
  counter-increment: section;
  text-indent: -20px !important;
}
.iii {
  counter-reset: my-counter;
  list-style-type: none !important;
}
.iii li:before {
  content: "(" counter(my-counter, lower-roman) ") ";
}
.iii li {
  counter-increment: my-counter;
}
.decimal {
  list-style-type: none !important;
  padding-left: 20px !important;
}
.decimal li:before {
  content: "(" counter(section, decimal) ") ";
}
.decimal li {
  counter-increment: section;
  text-indent: -20px !important;
}
.margin-left-15 {
  margin-left: 15px !important;
}
.margin-left-2 {
  margin-left: 2px !important;
}
.margin-left-13 {
  margin-left: 13px !important;
}
.margin-left-9 {
  margin-left: 9px !important;
}
.margin-left-7 {
  margin-left: 7px !important;
}
.required-asterisk {
  color: #9f3a38 !important;
  font-size: 0.875em !important;
}
.section-div {
  white-space: pre-line !important;
  text-align: justify !important;
  text-justify: inter-word !important;
}
