.table-container {
  overflow-x: auto;
}
.table-container .table {
  text-align: center;
}
.table-container .table a {
  color: var(--ud-main-color);
}
.table-container .table caption {
  caption-side: top;
}
.table-container .table thead {
  background-color: #e1e8e6;
  border: 1px solid #e1e8e6;
}
.table-container .table thead th {
  color: #000000;
  font-size: 1rem;
  font-weight: normal;
}
.table-container .table thead th {
  border-bottom: unset;
}
.table-container .table thead th:not(:first-child) {
  border-left: 1px solid #ffffff;
}
.table-container .table tbody {
  border: 1px solid #e1e8e6;
}
.table-container .table tbody td {
  color: #000000;
  font-size: 1rem;
  vertical-align: middle;
}
.table-container .table tbody td {
  border: 1px solid #e1e8e6;
  font-weight: normal;
}
.table-container .table tbody td a {
  font-weight: bold;
}
.table-container .table tbody tr:hover td {
  background-color: #ffffff;
}
