
.playfield {
  /*background-color:#e6b282;
  background-color:#aa6f39;  f6e8dd  e6c282
  */
  background-color:#E7E4E0;
  position:relative;
  border-radius:15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.playfield2 {
  /*background-color:#e6b282;
  background-color:#aa6f39;
  */
  background-color:#E7E4E0;
  position:relative;
  border-radius:15px;
}

.stop {
  background-color:#E7E4E0;
  position:relative;
  border-radius:15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 30px;
  font-family: Arial, Vedana, Helvetica, sans-serif;
  font-weight: bold;
  text-align:center;
  vertical-align:top;
  width: 100px;
  padding: 10px;
  color: #f00;
}

.select img {
  margin: 2px;
  opacity: 0.33;
}

.select .sel {
  background-color:#E7E4E0;
  border-radius:5px;
  opacity: 1;
}

.click-here {
  text-shadow: 2px 2px 7px #000;
  color: #00f;
  opacity: 0.5;
  font-size: 50px;
  font-family: Arial, Vedana, Helvetica, sans-serif;
  font-weight: bold;
}

.centertab {
  width: 100%;
  height: 100%;
  border-radius:15px;
  background-color:#E7E4CB;
}

.centertab tr {
  height: 100%;
  background-color:#E7E4E0;
  border-radius:15px;
}
.centertab td {
  border-radius:15px;
  background-color:#E7E4E0;
  height: 100%;
  vertical-align:middle;
  text-align:center;
  text-shadow: 2px 2px 7px #000;
  color: #00f;
  opacity: 0.85;
  font-size: 60px;
  font-family: Arial, Vedana, Helvetica, sans-serif;
  font-weight: bold;
}

.explain {
  padding:30px;
  max-width: 300px;
}

body {
  /*background-color:#ffd3aa;*/
  background-color:#fcfcfc;
}

.half {
  width:15px;
  height:15px; 
}

.third {
  width:10px;
  height:10px; 
}
