.numSection {
  width: 100%;
  font-size: 16pt;
}

#numCannon {
  border: 1px solid #eee;
  padding: 10px;
  font-size: 16pt;
  text-align: center;
}

#numLine {
  width: 100%;
  padding: 10px;
  font-size: 16pt;
  text-align: right;
}

.showBox {
  border: 1px solid #eee;
  text-align: center;
  font-size: 16pt;
  line-height: 80px;
}

.showBox div {
  width: 100%;
}

#webControls {
  display: none;
}
@media only screen and (max-width: 800px) {
  #webControls {
    display: inline;
  }
}

#instructions {
  display: inline;
}
@media only screen and (max-width: 800px) {
  #instructions {
    display: none;
  }
}

#pauseMessage {
  font-size: 18pt;
  display: none;
}