html {
  width: fit-content;
}
body {
  margin: 0px;
  width: fit-content;
}
#table {
  border-collapse: collapse;
  text-align: center;
}
#table td,
#table th {
  border: 1px solid #000;
  padding: 0.1em 0.4em;
  min-width: max-content;
}
#table th {
  font-size: 1.2rem;
}
#table td {
  font-size: 1.5rem;
  width: 2em;
}
#table td[disabled] {
  background-color: #d3d3d3;
}
