.custom-table table {
  width: 100%;
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  border-bottom: 0;
}
.custom-table.align-top td {
  vertical-align: top !important;
}
.custom-table thead tr {
  background-color: rgba(225, 31, 39, 0.25);
}
.custom-table thead tr th {
  padding: 12px 12px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
.custom-table thead tr:first-child {
  background-color: #1B1464;
  color: #FFFFFF;
}
.custom-table thead tr:first-child th {
  font-weight: 700;
}
.custom-table tbody h4 {
  font-size: 14px;
  line-height: 18px;
  text-align: left;
}
.custom-table tbody h5 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
}
.custom-table tbody tr td {
  padding: 12px 12px;
  font-size: 14px;
  line-height: 18px;
  width: 224px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0;
  border-top: 0;
}
.custom-table tbody tr td:first-child {
  border-left: 0;
}
.custom-table tbody tr td.hl {
  background: rgba(225, 31, 39, 0.25);
}
.custom-table a {
  color: #1B1464;
}

/*# sourceMappingURL=tables.css.map */
