.bits :is(th, td) {
  width: 2rem;
  text-align: center;
}

.bits tr th {
  background: var(--grey);
  color: #aaa;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.bits tr td {
  background: var(--light-grey);
}
