.table-responsive .title {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.625rem;
  margin-bottom: 2.75rem;
  margin-top: 3.313rem;
}
.table-responsive.ownership-structure-table .table thead tr:first-child {
  border-top-color: #FFF;
}
.table-responsive.ownership-structure-table .table thead tr th:first-child {
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}
.table-responsive.ownership-structure-table .table thead tr th:last-child {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}
.table-responsive.ownership-structure-table .table .border-color-silver {
  border-top-color: #ddd;
}
.table-responsive.default-white .paginate tr td a.text-dark:hover {
  color: #DF3400 !important;
}

table,
.table {
  border: 0 none;
  border-top: 0.125rem solid #DF3400;
  border-bottom: 0.125rem solid #DF3400;
}
table tr,
.table tr {
  border-top: 0.125rem solid #F1F1F1;
}
table thead tr,
.table thead tr {
  border-top: 0.125rem solid #DF3400;
}
table i,
.table i {
  background-repeat: no-repeat;
  width: auto;
  height: auto;
  background-size: contain;
  padding-right: 1.375rem;
}
table td,
table th,
.table td,
.table th {
  font-weight: normal;
  color: #2B2B2B;
}
table td,
.table td {
  padding: 1.313rem 0.938rem;
}
table th,
.table th {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1rem;
  font-weight: normal;
  color: #2B2B2B;
  padding: 1.25rem 0.938rem 1.125rem;
}
table.table-striped,
.table.table-striped {
  margin: 0;
  padding: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  border: 0.0625rem solid #DF3400;
}
table.table-striped thead tr th,
table.table-striped thead tr td,
table.table-striped tbody tr th,
table.table-striped tbody tr td,
.table.table-striped thead tr th,
.table.table-striped thead tr td,
.table.table-striped tbody tr th,
.table.table-striped tbody tr td {
  font-size: 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-right: 0.0625rem solid #DF3400;
}
table.table-striped thead tr th:last-child,
table.table-striped thead tr td:last-child,
table.table-striped tbody tr th:last-child,
table.table-striped tbody tr td:last-child,
.table.table-striped thead tr th:last-child,
.table.table-striped thead tr td:last-child,
.table.table-striped tbody tr th:last-child,
.table.table-striped tbody tr td:last-child {
  border-right: 0;
}
table.table-striped thead tr th,
.table.table-striped thead tr th {
  padding: 0.75rem;
  font-weight: 700;
  color: #2B2B2B;
  border-top: 0 !important;
}
table.table-striped tbody tr td,
.table.table-striped tbody tr td {
  font-weight: 400;
  padding: 0.5rem 0.75rem;
}
table.table-striped tbody tr:last-child td,
.table.table-striped tbody tr:last-child td {
  border-bottom: transparent;
}
table.table-max-width,
.table.table-max-width {
  width: 100%;
}
@media only screen and (min-width: 62rem) {
  table.table-max-width,
  .table.table-max-width {
    width: 56.25rem;
  }
}
table.table-data-wrap,
.table.table-data-wrap {
  width: 56.25rem;
}
@media all and (max-width: 62rem) {
  table.table-data-wrap,
  .table.table-data-wrap {
    width: 100%;
  }
}
@media all and (max-width: 48rem) {
  table.table-data-wrap tr,
  .table.table-data-wrap tr {
    width: 100%;
    display: table;
    margin-bottom: 1rem;
  }
}
table.table-data-wrap tr td,
.table.table-data-wrap tr td {
  border: 0;
}
@media all and (max-width: 48rem) {
  table.table-data-wrap tr td,
  .table.table-data-wrap tr td {
    padding: 0;
    text-align: center;
    display: table-row;
  }
}
@media all and (max-width: 48rem) {
  table.table-data-wrap tr td img,
  .table.table-data-wrap tr td img {
    width: auto;
    margin-bottom: 1rem;
  }
}
@media all and (max-width: 48rem) {
  table.table-data-wrap tr td p,
  .table.table-data-wrap tr td p {
    text-align: left;
  }
}

.tab-content-tabs {
  padding: 0 0.75rem;
}
.tab-content-tabs li {
  margin: 0 1.125rem 1.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-content-tabs li a {
  color: #2B2B2B;
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  text-decoration: none;
  padding: 0.875rem;
  border: 0.125rem solid #F1F1F1;
}
.tab-content-tabs li a.active {
  border: 0.125rem solid #DF3400;
  background-color: #DF3400;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}

.bg-dark.table-responsive .title {
  color: #FFF;
}
.bg-dark.table-responsive table,
.bg-dark.table-responsive .table {
  background: #2B2B2B;
}
.bg-dark.table-responsive td,
.bg-dark.table-responsive th {
  color: #FFF;
}
.bg-dark.table-responsive .tab-content-tabs {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 36rem) {
  .bg-dark.table-responsive .tab-content-tabs {
    max-width: 540px;
  }
}
@media only screen and (min-width: 48rem) {
  .bg-dark.table-responsive .tab-content-tabs {
    max-width: 720px;
  }
}
@media only screen and (min-width: 62rem) {
  .bg-dark.table-responsive .tab-content-tabs {
    max-width: 960px;
  }
}
@media only screen and (min-width: 75rem) {
  .bg-dark.table-responsive .tab-content-tabs {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 87.5rem) {
  .bg-dark.table-responsive .tab-content-tabs {
    max-width: 1320px;
  }
}
.bg-dark.table-responsive .tab-content-tabs li a {
  color: #FFF;
}
.bg-dark .dataTables_paginate .paginate_button a.page-link {
  color: #FFF;
}

.dataTables_paginate {
  margin-top: 3.438rem;
}
.dataTables_paginate .pagination {
  display: block;
  text-align: center;
  margin-bottom: 0;
}
.dataTables_paginate .pagination .paginate_button {
  display: inline-block;
}
.dataTables_paginate .pagination .paginate_button .page-link {
  height: 2.625rem;
  width: 2.625rem;
  border: 0.125rem solid #F1F1F1;
  border-radius: 0.125rem;
  background: transparent;
  margin: 0 0.25rem 0.25rem 0.25rem;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1rem;
  color: #2B2B2B;
  padding: 0.75rem;
  text-align: center;
}
.dataTables_paginate .pagination .paginate_button .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.dataTables_paginate .pagination .paginate_button.active .page-link {
  background-color: #DF3400;
  color: #FFF;
  font-weight: bold;
  border-color: #DF3400;
}
.dataTables_paginate .pagination .paginate_button.disabled {
  display: none;
}
.dataTables_paginate .pagination .paginate_button.first a, .dataTables_paginate .pagination .paginate_button.last a {
  width: auto;
}
/*# sourceMappingURL=style.css.map */
