html[lang="en"] .mainHolder h1::after {
  content: "Landlord and Tenant (Consolidation) Ordinance (Cap. 7) Section 75A(2) in Part III or Section 128A(2) in Part VI" !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  width: auto !important;
}

html[lang="zh-hk"] .mainHolder h1::after {
  content: "業主與租客(綜合)條例(第7章)第III部第75A(2)條或第VI部第128A(2)條" !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  width: auto !important;
}

html[lang="zh-cn"] .mainHolder h1::after {
  content: "业主与租客(综合)条例(第7章)第III部第75A(2)条或第VI部第128A(2)条" !important;
  margin-left: 0px !important;
  font-size: 15px !important;
  width: auto !important;
}

@media screen and (max-width: 780px) {
  html[lang="en"] .mainHolder h1::after {
    padding-bottom: 90px !important;
  }

  html[lang="zh-hk"] .mainHolder h1::after {
    padding-bottom: 55px !important;
  }

  html[lang="zh-cn"] .mainHolder h1::after {
    padding-bottom: 55px !important;
  }
}

.introduction-page {
  white-space: pre-line !important;
  text-align: justify !important;
}

.section-item {
  margin: 15px !important;
}

.item-number {
  float: left !important;
  width: 30px !important;
}

.item-content {
  display: inline-block !important;
  width: calc(100% - 30px) !important;
}

.item-subnumber {
  float: left !important;
  width: 30px !important;
  padding-left: 30px !important;
}

.item-subcontent {
  display: inline-block !important;
  width: calc(100% - 30px) !important;
  padding-left: 30px !important;
}

.item-subcontent-empty {
  display: inline-block !important;
  width: calc(100% - 0px) !important;
  padding-left: 30px !important;
}
.address-field {
  margin-right: 60px !important;
  display: inline-block !important;
}

.building-number-input {
  width: 150px !important;
}
.info-menu-desc {
  color: #cc4c02 !important;
}
