body {
  font-family: "Comic Sans Ms";
  font-size: 20px;
}

.btn {
  margin-top: 5px;
  margin-bottom: 5px;
  outline: 0;
  background-color:rgb(150, 200, 180);
  width: 140px;
  height: 50px;
  padding: 0;
  font-family: "Comic Sans Ms";
  font-size: 18px;
}

.center {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
}

.image {
  width: 400px;
  margin-left: -65px;
}

.game-table {
  
}

.game-table tr {
  margin: 0;
}

.game-table td {
  margin: 0;
  margin-left: 10px;
}

.left-column {
  text-align: center;
}
.none{border:0px;}
.answer-grid {}

.answer-grid td {
  padding: 0;
  margin: 0;
  width: 55px;
  height: 55px;
  vertical-align: right;
  text-align: left;
  border: 0px solid #333;
}

.answer-grid td input {
  display: none;
}

.answer-grid td label {
  display: inline-block;
  width: 600px;
  height: 40px;
  cursor: pointer;
  border: 0px solid #333;
}

.answer-grid td label.selected {
  background-color: rgb(100, 100, 255);
  border: 1px solid #c8c8ff;
}

.answer-grid td label.selected.mark-tick {
	background-color: rgb(100, 255, 100);
	background-image: url("../img/tick.png") !important;
	background-repeat: no-repeat !important;
}

.answer-grid td label.selected.mark-cross{
	background-color:rgb(255,100,100);
	background-image: url("../img/cross.png") !important;
	background-repeat: no-repeat !important;
}

.answer-grid td .text{
	border-style: none !important;
}

.wrapper {
  position: relative;
  width: 434px;
  height: 400px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.messagebox {
  margin-top: 30px;
  height: 200px;
  widows: 90%;
  margin-left: auto;
  margin-right: auto;
}

.commandbox {
  width: 150px;
  height: 650px;
  float: left;
  background-color: rgb(150, 150, 225)
}

.playbox {
  padding-top: 10px;
  text-align: center;
  position: relative;
  float: left;
  width: 700px;
  height: 650px;
  background-color: rgb(200, 200, 255);
}

.answerbox {
  margin-top: 100px;
  text-align: left;
  padding-left: 50px;
  font-family: "Comic Sans Ms";
  font-size:18px;
}

.question {
  position: absolute;
  display: inline-block;
  border: 2px solid rgb(100, 100, 200);
  background-color: rgb(255, 255, 255);
  width: 330px;
  height: 50px;
  margin: 7px;
}

.top-label {
  margin-bottom: 40px;
}
