/*
 * jQuery Basic Table
 * Author: Jerry Low
 */

table.bt thead,
table.bt tbody th {
  display: none;
}

table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  vertical-align: top;
  font-size: .8125rem;
  padding: 0;
}

table.bt tfoot th:before,
table.bt tfoot td:before,
table.bt tbody td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 138px;
  display: inline-block;
  color: #1D69B4;
  margin-right: 5px;
  padding: 3px 8px 3px 0;
  text-align: right;
}

table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none;
}

table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top;
  display: inline-block;
  padding: 3px 0;width: 72%;
}

.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

table.bt tfoot th:first-of-type:before,
table.bt tfoot th:first-of-type .bt-content,
table.bt tfoot td:first-of-type:before,
table.bt tfoot td:first-of-type .bt-content,
table.bt tbody td:first-of-type:before,
table.bt tbody td:first-of-type .bt-content {
  padding-top: 14px;
}

table.bt tfoot th:last-of-type:before,
table.bt tfoot th:last-of-type .bt-content,
table.bt tfoot td:last-of-type:before,
table.bt tfoot td:last-of-type .bt-content,
table.bt tbody td:last-of-type:before,
table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 14px;text-align: justify;
}
@media (max-width: 767px){
  table.bt tbody td:before {width: 82px;}
  table.bt tbody td .bt-content {width: 75%;}
  .cg-hj table.bt tbody td:before {width: 82px;text-align: right;}
  .cg-hj table.bt tbody td .bt-content {width: 70%;}
  .cg-zl table.bt tbody td:before {width: 92px;text-align: right;}
  .cg-zl table.bt tbody td .bt-content {width: 66%;}
}
@media (max-width: 390px){
	table.bt tbody td .bt-content {width: 71%;}
	.cg-hj table.bt tbody td .bt-content {width: 68%;}
	.cg-zl table.bt tbody td .bt-content {width: 63%;}
}
@media (max-width: 375px){
	.cg-hj table.bt tbody td .bt-content {width: 63%;}
	.cg-zl table.bt tbody td .bt-content {width: 61%;}
}
@media (max-width: 320px){
	table.bt tbody td .bt-content {width: 66%;}
	.cg-hj table.bt tbody td .bt-content {width: 58%;}
	.cg-zl table.bt tbody td .bt-content {width: 56%;}
}