#calc-attack {
  display: flex;
  flex-direction: column;
}

#calculator {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.statTable, th, td {
  border: 1px solid;
}

#calculator > * {
  flex-grow: 1;
}