table.history {
  min-width: 1000px;
}

table.history th {
  background-color: #ACACAC;
  color: white;
  text-align: center;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

table.history td {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

table.create th {
  border: 0;
}

table.create td {
  border: 0;
}
