#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: 17px;
}

.abc li:before {
    content: "(" counter(section, lower-alpha) ") ";
}

.abc li {
    counter-increment: section;
    text-indent: -17px;
}

.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: 17px;
}

.decimal li:before {
    content: counter(section, decimal) ". ";
}

.decimal li {
    counter-increment: section;
    text-indent: -17px;
    text-align: justify;
}

.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.emblem {
    display: none !important;
}

.emblemZH {
    display: none !important;
}

.title-section {
    width: 100% !important;
    text-align: center !important;
    color: #cc4c02 !important;
    font-size: 24px !important;
}
