
table.log_table td{
  padding-left: 15px;
  text-align: right;
  min-width: 60px;
}

.card {
  background-color:rgb(78, 78, 78);
  border: 1px solid rgba(236, 235, 235, 0.525);
  /* color:ghostwhite; */
  color: var(--bs-gray-200);
}

.table > :not(caption) > * > * {
  /* color:ghostwhite; */
  color: var(--bs-gray-200);
}

a {
  color: #59bcff;
}


.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #dee2e6;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #dee2e6;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #dee2e6;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #dee2e6;
  vertical-align: top;
  border-color: #dee2e6;
}
fd7480