.tableComponent figure {
  display: flex;
  flex-direction: column;
}
.tableComponent figure > div {
  order: 1;
  overflow-x: auto;
}
.tableComponent figure figcaption {
  order: 2;
  margin-top: 16px;
  font-family: 'Amadeus Neue', 'Amadeus-Regular' !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 150% !important;
  letter-spacing: 0px !important;
  width: 66.66666667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
}
.tableComponent table {
  font-family: 'Amadeus Neue', 'Amadeus-Regular' !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 150% !important;
  letter-spacing: 0px !important;
  background: #fff!important;
  overflow: hidden;
}
.tableComponent table > :not(:first-child) {
  border-top: none !important;
}
.tableComponent table thead tr th {
  white-space: nowrap;
  color: #1a1a1a;
  background: #c5d5f9;
  padding: 8px 16px 8px 16px;
  border-bottom: 1px;
  font-family: 'Amadeus Neue', 'Amadeus-Medium' !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 150% !important;
  letter-spacing: 0px !important;
}
.tableComponent table thead tr td {
  white-space: nowrap;
  color: #1a1a1a;
  background: #c5d5f9;
  padding: 8px 16px 8px 16px;
  border-bottom: 0px;
  font-family: 'Amadeus Neue', 'Amadeus-Medium' !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 150% !important;
  letter-spacing: 0px !important;
}
.tableComponent table thead.none tr th {
  font-family: 'Amadeus Neue', 'Amadeus-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
}
.tableComponent table tbody tr th {
  border-bottom: 0!important;
  font-family: 'Amadeus Neue', 'Amadeus-Regular' !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 150% !important;
  letter-spacing: 0px !important;
}
.tableComponent table tbody tr td {
  font-family: 'Amadeus Neue', 'Amadeus-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0px;
  padding: 8px 16px 8px 16px;
}
.tableComponent table tbody tr td.td-column-highlighted {
  font-weight: bold;
}
.tableComponent table tfoot {
  border: none!important;
}
.tableComponent table tfoot tr td {
  border-color: #e6e6e6;
  color: #1a1a1a;
  font-family: 'Amadeus Neue', 'Amadeus-Medium' !important;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 150% !important;
  letter-spacing: 0px !important;
  padding: 8px 16px 8px 16px;
}
.tableComponent table tfoot.white tr td {
  background: #ffffff !important;
  font-family: 'Amadeus Neue', 'Amadeus-Regular';
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0;
}
