.tnc_bg { background-image: url(/common/images/common/tnc_bg.jpg); background-position: center top; background-repeat: repeat-x;}
	 .tnc_wrap { text-align: left;}
	 .module-generic .content-group .content-subtitle {font-size: 22px; line-height: 1.2; margin-bottom: 40px;}
	 table.border {background: #4e4e56; line-height: 1.2;}
	 table.border span, .list-row .brand-cell span {font-size: 12px; white-space: nowrap;}
	 
	 .tnc_title { font-size: 30px; text-align: center;}
	 .tnc_district_wrap { display: flex; flex-flow: row nowrap; justify-content: center; background: #ededed; padding: 10px 0;  width: 100%; /*position: relative; left: 50%; transform: translateX(-50%);*/}
	.tdistrict_list {   text-align: center; color: #4e4e4e; font-size: 26px; font-weight: bold; padding: 5px 20px; margin: auto 10px; border-radius: 15px; cursor: pointer; -moz-transition: all 0.3s linear;  -webkit-transition: all 0.3s linear;  -o-transition: all 0.3s linear;  }
	.tdistrict_list:hover, .tdistrict_list.active { background: #c9ac7d; color: #ffffff;}
	 /*.tdistrict { display: none;}*/
	 .tdistrict.hk { display: table-row;}
	 .contact-list {border-top: 1px solid #4e4e4e;}
	 .contact-list .tdistrict.hk { display: block;}
	 .list-row {border: 1px solid #4e4e4e;}
	 .list-row:first-child {border-top: 0px;}

.tnc_wrap ol, .tnc-wrapper ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.tnc_wrap li, .tnc-wrapper li {
  display: table;
  counter-increment: item;
	margin-bottom: 60px;
	font-weight: bold;
	padding-left: 0px !important;
}
		
.tnc_wrap li p, .tnc-wrapper li p {
	font-weight: normal;
	padding-left: 13px;
}
.tnc_wrap li p.nopadding, .tnc-wrapper li p.nopadding {
	padding: 0px;
}
		
.tnc_wrap li ol p, .tnc-wrapper li ol p {
	margin-top: 20px;
	padding-left: 13px;
}
.tnc_wrap li ol p.first, .tnc-wrapper li ol p.first {
	margin-top: 0px;
}

 .tnc_wrap li:before, .tnc-wrapper li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 5px;
}

 .tnc_wrap li li, .tnc-wrapper li li {
  margin: 0;
	 font-weight: normal;
}

.tnc_wrap li li:before, .tnc-wrapper li li:before {
  content: counters(item, ".") " ";
	min-width: 36px;
    text-align: right;
}
.tnc_wrap li li li:before, .tnc-wrapper li li li:before {
	min-width: 50px;
}

.tnc_wrap li li ol.letter li:before, .tnc-wrapper li li ol.letter li:before {
  content: counter(item, lower-alpha) ". ";
  min-width: 0px;
}
.tnc_wrap li li ol.disc li:before, .tnc-wrapper li li ol.disc li:before, .tnc_wrap .disc li:before {
  content:  "•";
  min-width: 0px;
}

.tnc_wrap td, .tnc-wrapper td  {
	border: #000 solid 1px;
    padding: 10px 5px;
    width: auto !important;
    min-width: 85px;
    text-align: center;
    vertical-align: middle;
}
.tnc_wrap .remark, .tnc-wrapper .remark {
	font-size: 80%;
	line-height: 1.2;
	margin-top: 5px;
}
	 
	 @media (max-width: 767px) {
		  .tnc_wrap { font-size: 14px;}
		 .module-generic .content-group .content-subtitle {margin-bottom: 20px;}
		 .tnc_title { font-size: 22px;}
		 .tdistrict_list { font-size: 16px; min-width: 70px; padding-right: 5px; padding-left: 5px; margin: auto 5px;}
		 .list-row .brand-cell { font-size: 16px;}
		 .scroll-table {overflow-y: scroll; display: block; max-width: 275px;}
		 .scroll-table table { width: 550px;    }
	 }