h6.cont_14 {
  margin: 1.5rem 0 5px;
  font-weight: normal;
}

.display_table {
  font-size: 0.88rem;
}

.display_table table {
  min-width: 100%;
  table-layout: fixed;
  border: 0;
}

.display_table table td {
  padding: 0.3em 0.5em;
  border-bottom: 1px solid #dedede;
  line-height: 1.67;
  white-space: nowrap;
  vertical-align: top;
}

.display_table table td:first-child {
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  border-left: 0;
}

.lan_EN .display_table table td {
  word-break: break-word;
  white-space: normal;
}

.lan_EN .display_table table td:first-child {
  width: 150px;
  min-width: 150px;
  max-width: 150px;
}

.display_table table tr:last-child th,
.display_table table tr:last-child td {
  border-bottom: 0;
}

.display_table table tr:nth-child(2n + 1) {
  background-color: white;
}

.display_table table tr:nth-child(2n) {
  background-color: #DDE3EB;
}

.table_wrapper {
  overflow-x: auto;
  overflow-y: visible;
}
/*# sourceMappingURL=table_style.css.map */