nav[aria-label=breadcrumb] {
  background-color: transparent;
  margin: auto;
}

.node--type-page .container {
  width: 100%;
  padding: 0;
}

.field--name-body {
  margin-top: 23px;
}
.field--name-body .table-container table .list_header {
  background-color: #4169e2;
  padding: 16px !important;
  color: white;
}
.field--name-body .table-container table tr {
  outline: 1px solid #e1e9ff;
}
.field--name-body .table-container table tr:not(.list_row_a, .list_row_b) td {
  border: unset;
  border-top: 1px solid rgb(225, 233, 255);
}
.field--name-body .table-container table tr td {
  border-right: 1px solid #e1e9ff;
}
.field--name-body .table-container table th {
  border-left: none;
  border-bottom: none;
  border-top: none;
}
