body {
  font-family: "Comic Sans Ms";
  font-size:14px;
  /* overflow-y:hidden;
  overflow-x:hidden; */

}
input{
	font-family:"Comic Sans Ms";
	font-size:18px;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  background-color: rgb(150, 200, 180);
  width: 100px;
  height: 30px;
  padding: 0;
}

.center {
  display: inline-block;
  /* margin-right: auto;
  margin-left: auto; */
}

.image {
  width: 250px;
  height: 200px;
  background-color: #fff;
  margin-left: -65px;
}

.game-table {
 /*  margin-left: auto;
  margin-right: auto; */
  font-family: "Comic Sans Ms";
  font-size: 20px;
  
}

.game-table tr {
  margin: 0;
}

.game-table td {
  margin: 0;
  margin-left: 10px;
}

.left-column {
  text-align: center;
  /* background-color: rgb(153,102,102); */
  background-color:#cccccc;
}

.wrapper {
  position: relative;
  width: 334px;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.messagebox {
  margin-top: 30px;
  height: 100px;
  widows: 70%;
  margin-left: auto;
  margin-right: auto;
  /* background-color: rgb(153,102,102); */
  background-color:#cccccc;
}

.commandbox {
	padding-top: 20px;
  width: 150px;
  height: 680px;
  float: left;
  /* background-color: rgb(153, 102, 102); */
  background-color:#cccccc;
}

.playbox {
  padding-top: 20px;
  text-align: center;
  position: relative;
  float: left;
  width: 900px;
  height: 680px;
   background-color: #e6e6e6; 
  /* color: rgb(102, 0, 0); */
  background-image:url("../img/game12x.png");
  background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.questionbox {
  padding-top: 10px;
  text-align: left;
  padding-left: 80px;
}

.question {
  margin-bottom: 20px;
}

.question.red {
  border-color: rgb(255, 100, 100);
}

.answer {
  width: 100px;
  border: 4px;
  border-bottom: 0px solid #444;
  background-color: #fff;
}

.answer-sub {
  width: 50px;
  border: 4px;
  border-bottom: 0px solid #444;
  background-color: #fff;
}

.top-label {
  margin-bottom: 25px;
  font-family: "Comic Sans Ms";
  font-size: 20px;
  color: rgb(102, 51, 153);
}
.yenyewe{
	/* margin-top:100px; */
	font-size:18px !important;
	text-align:left !important;
}