.content {
  padding-left: 7%;
  padding-right: 7%;
}

.bootstrap-table {
  border-collapse: separate;
  border-spacing: 0 10px; /* Adjust the vertical spacing as needed */
}

.bootstrap-table td, 
.bootstrap-table th {
  border: 1px solid #dee2e6; /* Keeps the border around cells */
}

.csv li:last-child:after {
  content: "";
}

.csv li {
  display: inline;
}

.csv {
  display: inline;
  list-style: none;
}

.csv li:after {
  content: ", ";
}

.clingen-gradient {
  background: linear-gradient(to right, rgb(22,55,96) 0%,rgb(30,81,131) 50%,rgb(15,173,176) 100%);
}

.header-box {
  background: white;
  width: 100%;
}

.report-icon {
  width: 2em;
}

thead.clingen-table-head tr th {
  color: #f8f9fa;
  background-color: #6c757d;
}

.no-underline-link {
  text-decoration: none;
  color: #5FA2DD;
}

.no-underline-link:hover {
  text-decoration: underline;
}

.header-card-title {
  font-size: 0.7em;
}
