.table thead tr th {
  background-color: #172e52;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.entitylist .view-grid {
  min-height: 200px;
}
.entitylist table thead tr,
.entity-grid table thead tr {
  background-color: #172e52;
}

.entitylist table thead tr a,
.entity-grid table thead tr a {
  color: #fff;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1rem;
}

.entitylist table tbody tr a,
.entity-grid table tbody tr a {
  font-family: inherit !important;
  font-size: var(--bs-body-font-size);
}
.headerText {
  color: #0050d8;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  border-bottom: 2px #0050d8;
}
h3 {
  font-family: inherit !important;
}
