table,
tr,
th,
td {
  width: auto;
  color: rgb(197, 197, 197);
  border: solid rgb(197, 197, 197);
  font-family: "Courier New", Courier, monospace;
  font-size: 0.8rem;
  border-collapse: collapse;
  padding: 0.5rem;
  border-width: 1px;
}

caption {
  border: none;
}
