.table thead th {
  font-weight: 500;
  color: var(--bs-secondary-color);
  white-space: nowrap;
}

.table td pre,
.list-group-item pre,
.modal-body pre {
  white-space: pre-wrap;
  word-break: break-word;
  color: inherit;
}

.card > .table-responsive:last-child .table > :last-child > tr:last-child td {
  border-bottom: 0;
}

.navbar .btn-link {
  padding-top: 0;
  padding-bottom: 0;
}
