table {
  margin: 0 0 1.6875rem;
  width: 100%;
  border-collapse: collapse;
  font-family: "Avenir 45 Book", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

caption {
  color: #1e252b;
  font-family: "Avenir 65 Medium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 0.75em;
  padding-left: 0.4375rem;
}
@media (min-width: 40rem) {
  caption {
    font-size: 1.3125rem;
    margin: 0 0 1.3125rem;
  }
}
caption.new-style, .band__header caption, .band__part .block__text caption {
  font-size: 1.25rem;
}
@media (min-width: 40rem) {
  caption.new-style, .band__header caption, .band__part .block__text caption {
    font-size: 1.5rem;
    margin: 0 0 1.3125rem;
  }
}

tr,
td,
th {
  line-height: 1.2;
  vertical-align: middle;
}

th {
  padding: 0.4375rem;
  font-family: "Avenir 65 Medium", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
}

td {
  padding: 0.5rem 0.4375rem;
  font-size: 0.9375rem;
}

thead th,
thead td {
  border-top: 0.0625rem solid #d2d8dd;
  color: #1e252b;
  font-family: "Avenir 95 Black", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

tbody th,
tbody td {
  border-top: 0.0625rem solid #d2d8dd;
  color: #5e6a71;
  transition: background 150ms cubic-bezier(0.77, 0, 0.175, 1);
}

table.responsive-table thead {
  position: absolute;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
@media (min-width: 768px) {
  table.responsive-table thead {
    position: relative;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
table.responsive-table thead th {
  background-color: #bf5512;
  font-weight: normal;
  text-align: center;
  text-transform: capitalize;
  color: #fff;
  border-top: none;
  border-bottom: 1px solid #d2d8dd;
}
table.responsive-table thead th:first-of-type {
  text-align: left;
}
table.responsive-table tbody,
table.responsive-table tr,
table.responsive-table th,
table.responsive-table td {
  display: block;
  padding: 0;
  text-align: left;
  white-space: normal;
}
table.responsive-table tbody th,
table.responsive-table tbody td {
  border: none;
}
@media (min-width: 600px) {
  table.responsive-table tbody th,
table.responsive-table tbody td {
    border-top: none;
    border-bottom: 1px solid #d2d8dd;
  }
}
@media (min-width: 768px) {
  table.responsive-table tr {
    display: table-row;
  }
}
table.responsive-table th,
table.responsive-table td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 600px) {
  table.responsive-table th,
table.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 768px) {
  table.responsive-table th,
table.responsive-table td {
    display: table-cell;
    padding: 0.5em;
  }
}
@media (min-width: 992px) {
  table.responsive-table th,
table.responsive-table td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 1200px) {
  table.responsive-table th,
table.responsive-table td {
    padding: 0.75em;
  }
}
table.responsive-table caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  table.responsive-table caption {
    font-size: 1.5em;
  }
}
table.responsive-table tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 992px) {
  table.responsive-table tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  table.responsive-table tbody {
    display: table-row-group;
  }
}
table.responsive-table tbody tr {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  table.responsive-table tbody tr {
    display: table-row;
    border-width: 1px;
  }
}
table.responsive-table tbody tr:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  table.responsive-table tbody tr:nth-of-type(even) {
    background-color: #f3f4f6;
    border-bottom-color: #d2d8dd;
  }
}
table.responsive-table tbody th[scope=row] {
  background-color: #bf5512;
  color: white;
}
@media (min-width: 768px) {
  table.responsive-table tbody th[scope=row] {
    background-color: transparent;
    color: #1e252b;
    text-align: left;
  }
}
table.responsive-table tbody td {
  text-align: right;
  color: #1e252b;
}
@media (min-width: 768px) {
  table.responsive-table tbody td {
    text-align: center;
  }
}
table.responsive-table tbody td[data-type=currency] {
  text-align: right;
}
table.responsive-table tbody td[data-title]:before {
  content: attr(data-title);
  float: left;
  color: #1e252b;
}
@media (min-width: 600px) {
  table.responsive-table tbody td[data-title]:before {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  table.responsive-table tbody td[data-title]:before {
    content: none;
  }
}

table.basictable thead th,
table.basictable thead td {
  background-color: #bf5512;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
  border-top: none;
  border-bottom: 1px solid #d2d8dd;
}
table.basictable thead th a,
table.basictable thead td a {
  color: white;
}
@media (min-width: 584px) {
  table.basictable tbody th,
table.basictable tbody td {
    border-top: none;
    border-bottom: 1px solid #d2d8dd;
  }
}
table.basictable th,
table.basictable td {
  padding: 0.5em;
  vertical-align: middle;
}
@media (min-width: 600px) {
  table.basictable th,
table.basictable td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 768px) {
  table.basictable th,
table.basictable td {
    padding: 0.5em;
  }
}
@media (min-width: 992px) {
  table.basictable th,
table.basictable td {
    padding: 0.75em 0.5em;
  }
}
@media (min-width: 1200px) {
  table.basictable th,
table.basictable td {
    padding: 0.75em;
  }
}
table.basictable caption {
  margin-bottom: 1em;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 768px) {
  table.basictable caption {
    font-size: 1.5em;
  }
}
table.basictable tfoot {
  font-size: 0.8em;
  font-style: italic;
}
@media (min-width: 992px) {
  table.basictable tfoot {
    font-size: 0.9em;
  }
}
@media (min-width: 768px) {
  table.basictable tbody tr {
    border-width: 1px;
  }
}
@media (min-width: 584px) {
  table.basictable tbody tr:nth-of-type(even) {
    background-color: #f3f4f6;
    border-bottom-color: #d2d8dd;
  }
}
table.basictable tbody td {
  color: #1e252b;
}