td {
  border: 3px solid #333;
  border-color: black;
  height: 150px;
  width: 150px;
  text-align: center;
  vertical-align: middle;
  font-family: "Comic Sans MS", cursive, sans-serif;
  font-size: 120px;
  cursor: pointer;
}

table {
  border-collapse: collapse;
  vertical-align: center;
}

table tr {
}

.endgame {
  display: none;
  width: 200px;
  top: 25%;
  background-color: rgba(205, 133, 63, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -100px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 20px;
}

.playerTurn {
  display: none;
  width: 200px;
  top: 25%;
  background-color: rgba(205, 133, 63, 0.8);
  position: absolute;
  left: 50%;
  margin-left: -100px;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 5px;
  color: white;
  font-size: 20px;
}

/*
canvas {
	width: 500px;
	height: 350px; 
	margin-left: auto; 
	margin-right: auto; 
	display: block;
}
*/
@media only screen and (max-height: 950px) {
  td {
    border: 3px solid #333;
    border-color: black;
    height: 100px;
    width: 100px;
    text-align: center;
    vertical-align: middle;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 120px;
    cursor: pointer;
  }
  canvas {
    width: 333px; /*333px*/
    height: 233px; /*233px*/
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media only screen and (max-width: 415px) {
  td {
    border: 3px solid #333;
    border-color: black;
    height: 80px;
    width: 80px;
    text-align: center;
    vertical-align: middle;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size: 120px;
    cursor: pointer;
  }
  .endgame {
    display: none;
    width: 200px;
    top: 25%;
    background-color: rgba(205, 133, 63, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -100px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 20px;
  }
  .playerTurn {
    display: none;
    width: 200px;
    top: 25%;
    background-color: rgba(205, 133, 63, 0.8);
    position: absolute;
    left: 50%;
    margin-left: -100px;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-size: 20px;
  }
  /* Table is shrinks by a factor of 1.84 on mobile */
  canvas {
    width: 272px; /*500/1.84 px*/
    height: 190px; /*350/1.84 px*/
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
