body {
    font-family: "Comic Sans Ms";
    /*background-color: rgb(200, 200, 255);*/
    background-size: 100% 100%;
    font-size: 15px;
}

input {
    font-family: "Comic Sans Ms";
    font-size: 42px;
	width: 50px !important;
	height: 50px !important;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 0;
    background-color: rgb(150, 200, 180);
    width: 100px;
    height: 30px;
    padding: 0;
    font-family: "Comic Sans Ms";
}

.center {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.image {
    width: 250px;
    height: 200px;
    background-color: #fff;
    margin-left: -65px;
}

.game-table {}

.game-table tr {
    margin: 0;
}

.game-table td {
    margin: 0;
    margin-left: 10px;
}

.left-column {
    text-align: center;
}

.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: 640px;
    float: left;
    background-color: rgb(150, 150, 225);
}

.playbox {
    text-align: center;
    position: relative;
    float: left;
    width: 800px;
    height: 640px;
    background-color: rgb(200, 200, 255);
}

.type-table .row {
    width: 50px;
    height: 50px;
    margin-top: 30px;
}

.type-table .row:first-child {
    margin-top: 0px;
}

.type-table .cell {
    float: left;
    padding: 7px;
    padding-bottom: 0;
    display: inline-block;
    width: 30%;
    height: 90%;
}

.type-table .cell.left-extended {
    width: 60%;
}

.type-table .cell.center {
    width: 25%;
}

.type-table .cell.right {
    width: 35%;
}

.type-table .cell-image {
    background-color: #fff;
    height: 100%;
    width: 100%;
}

.questionbox {
    text-align: left;
}

.question {
    margin-bottom: 20px;
}

.question.red {
    border-color: rgb(255, 100, 100);
}

.answer {
    /*width: 100px;*/
    border: none;
    border-bottom: 1.5px solid #444;
    background-color: rgba(255, 255, 255, .1);
}

.answer-box .clue,
.answer-box .answer {
    width: 20px;
    background-color: #fff;
    border: 1px solid #000;
    padding: 2px;
    margin-right: 0px;
}

.letter-box {
    background-color: #fff;
    border: 1px solid #000;
    padding: 2px;
    margin-right: 2px;
}

.top-label {
    margin-bottom: 0;
}

.dead {
    width: 50px;
    height: 20px;
    background-color: #173354;
}

.crossword-t {
    border: 1px solid #000;
}

.crossword-t tr {
    border: 1px solid #000;
}

.crossword-t td {
    border: 1px solid #000;
}

.crossword-t td input.mark-tick {
    background-image: url("../img/tick.png") !important;
    background-repeat: no-repeat !important;
}

.mark-cross {
    background-image: url("../img/cross.png") !important;
    background-repeat: no-repeat !important;
}

.mark-tick {
    background-image: url("../img/tick.png") !important;
    background-repeat: no-repeat !important;
}

.crossword-t td input.mark-cross {
    background-image: url("../img/cross.png") !important;
    background-repeat: no-repeat !important;
}

sup {
    font-size: 8px;
    margin-bottom: -5px !important;
}