body {
    font-family: "Comic Sans Ms" !important;
	overflow-y:hidden;
	overflow-x:hidden;
}
label{
	text-align: center !important;
}
.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: 400px;
    margin-left: -65px;
}

.game-table {
    /* margin-left: auto;
    margin-right: auto; */
}

.game-table tr {
    margin: 0;
}

.game-table td {
    margin: 0;
    margin-left: 10px;
}

.left-column {
    text-align: center;
}

.answer-grid {
	font-size: 28px;
	/*margin-left: 90px;*/
}

.answer-grid td {
    padding: 0;
    margin: 0;
    /*width: 20px;*/
    height: 20px;
    vertical-align: middle;
    text-align: center;
    /*border: 1px solid #333;*/
	font-weight: bold;
}

.answer-grid td input {
    display: none;
}

.answer-grid td label {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: pointer;
	text-align: left;
}

.answer-grid td label.selected {
    background-color: rgb(100, 100, 255);
	
}

.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: 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: 150px;
    height: 680px;
    float: left;
    /*background-color: rgb(150, 150, 225);*/
	background-color:#cccccc;
}

.playbox {
    padding-top: 10px;
    text-align: center;
    position: relative;
    float: left;
    width: 900px;
    height: 680px;
    background-color:#996666;
	 /* background-image: url('../img/gef2x4.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; */
}

.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: 20px;
	font-size: 22px;
}
