.section-table {
  padding: 40px;
  margin-bottom: 50px;
  color: #736f73;
}

.section-table > .table-responsive table {
  width: 100%;
  border-collapse: collapse;
}
.section-table > .table-responsive th {
  text-align: left;
  background-color: transparent;
}

.section-table > .table-responsive th:last-child {
}
.section-table > .table-responsive td:nth-child(2) {
}
.section-table > .table-responsive table > :not(caption) > * > * {
  min-width: 120px;
  padding: 12px;
  border-right-width: 0;
  border-left-width: 0;
  border-color: var(--color-gray);
}

.section-table > .table-responsive table > tbody > * > * {
  border-top: 1px solid;
  border-color: var(--color-gray);
}

.section-table > .table-responsive table > tbody > *:last-child > * {
  border-bottom: 1px solid;
  border-color: var(--color-gray);
}

.section-table > .table-responsive table > tbody > * > * {

}

.section-table > .table-responsive table > tbody > tr.heading > * {
  color: var(--color-black);
  background-color: #ebebeb;
}

.section-table > .table-responsive table > tbody > tr.heading > *,
.section-table > .table-responsive table > tbody > tr.heading + * > * {
  border-top-width: 0;
}

@media (min-width: 768px) {
  .section-table > .table-responsive table > :not(caption) > * > * {
    min-width: 100px;
  }
}

.table-responsive .tariff-table {
  font-color: #454240;
}

.table-responsive .tariff-table thead tr th,
.table-responsive .tariff-table thead tr td,
.table-responsive .tariff-table tbody tr th,
.table-responsive .tariff-table tbody tr td,
.table-responsive .tariff-table tfoot tr td {

  border: 0;
}


.table-responsive .tariff-table thead tr th {
  text-align: left;
  vertical-align: top;
  color: inherit;
  background-color: #ffd200;
}

.table-responsive .tariff-table tbody tr th {
  font-weight: 400;
  text-align: left;
  color: inherit;
}

.table-responsive .tariff-table tbody tr td,
.table-responsive .tariff-table tbody tr th,
.table-responsive .tariff-table tfoot tr td {
  vertical-align: top;
  color: #736f73;
  border-top: 1px solid #d7d7d7;
}

.table-responsive .tariff-table tbody tr td,
.table-responsive .tariff-table tbody tr th {
  border-top: 1px solid #d7d7d7;
}

.table-responsive .tariff-table ol {
  margin: 0;
  padding-left: 0.75em;
}

.table-responsive .tariff-table li:not(:last-child) {
 margin-bottom: 1em;
}
