body {
    font-family: "Comic Sans Ms";
  font-size:22px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 0;
    background-color: rgb(150, 200, 180);
    width: 200px;
    height: 50px;
    padding: 0;
    font-family: "Comic Sans Ms";
    font-size:22px;
}

.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;
}

.answer-grid {}

.answer-grid td {
    padding: 0;
    margin: 0;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #333;
}

.answer-grid td input {
    display: none;
}

.answer-grid td label {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.answer-grid td label.selected {
    background-color: rgb(100, 100, 255);
}

.answer-grid td label.selected.mark-tick {
    background-color: rgb(100, 255, 100);
}

.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;
	background-size: 40px 40px;
}

.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;
	background-size: 40px 40px;
}

.answer-grid td label.selected.mark-cross {
    background-color: rgb(255, 100, 100);
}

.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: 200px;
    widows: 90%;
    margin-left: auto;
    margin-right: auto;
}

.commandbox {
    width: 180px;
    height: 650px;
    float: left;
    background-color: rgb(150, 150, 225)
}

.playbox {
    padding-top: 10px;
    text-align: center;
    position: relative;
    float: left;
    width: 900px;
    height: 650px;
    background-color: rgb(200, 200, 255);
}

.answerbox {
    margin-top: 20px;
    text-align: left;
    padding-left: 50px
}

.question {
    position: absolute;
    display: inline-block;
    border: 2px solid rgb(100, 100, 200);
    background-color: rgb(255, 255, 255);
    width: 130px;
    height: 50px;
    margin: 7px;
}

.top-label {
    margin-bottom: 40px;
    font-family: "Comic Sans Ms";
  font-size:22px;
}
