.location { 
  width: 180px;
  height: 80px;
  background: #afa;
  font-size: 250%;
  line-height:1em;
  text-align: center;
  vertical-align: middle;

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

.road { 
  background: #fb8;
  font-size: 150%;
  line-height:1em;
  text-align:center;

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

.dead { 
  width: 180px;
  height: 80px;
  background: #000;

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

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

#red_blue_map td {
  width: 180px;
  height: 80px;
  vertical-align: middle;
}

#instruction {
  font-size: 200%
}

#player {
  font-size: 300%
}
