#player {
  font-size: 400%;
}

#instruction {
  font-size: 300%;
}

.button {
  width: 300px;
  height: 100px;
  background: #afa;
  font-size: 200%;
  text-align: center;

  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#b1 table, th, td {
  border: 1px solid black;
}
