* {
  box-sizing: border-box;
}

body {
  background-color: wheat;
}

#colHeader {
  margin-bottom: 2px;  
}

.row {
  display: grid;
  grid-template-columns: 40px repeat(26, 80px);
  line-height: 1;
}
.cellEntry {
  width: 80px;
  touch-action: pan-x pan-y;
}
.rowLabel {
  display: grid;
  grid-template-columns: 2.3ch 1.85ch;
  justify-items: center;
}

.cellCont {}
canvas {
  outline: 1px solid black;
}

#breset {
  margin-bottom: 20px;
}

#summaryContainer {
  display: grid;
  grid-template-columns: 170px 100px;
  justify-items: left;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.hidden {
  display: none;
}

.headerMedal {
  margin-left: 5px;
}
