body {
    font-family: "Times New Roman";
    font-size: 20px;
}

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    outline: 0;
    background-color: rgb(150, 200, 180);
    width: 130px;
    height: 50px;
    padding: 0;
    font-family: "Comic Sans Ms";
    font-size: 18px;
}

.center {
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
}

.image {
    width: 350px;
    margin-left: -65px;
}

.table {
    width: 100%;
    height: 100%;
}

.table .main-left {
    width: 100%;
}

.table .main-left td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.game-table {
    height: 510px;
}

.game-table tr {
    margin: 0;
}

.game-table td {
    margin: 0;
    margin-left: 10px;
}

.left-column {
    text-align: center;
}

.wrapper {
    position: relative;
    width: 334px;
    height: 600px;
    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: 750px;
    float: left;
    background-color: #dadada;
}

.playbox {
    padding-top: 10px;
    text-align: center;
    position: relative;
    float: left;
    width: 700px;
    height: 750px;
    background-color: #993366;
}

.question {
    display: block;
    border: 2px solid #993366;
    width: 80px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
}

.question.red {
    border-color: rgb(255, 100, 100);
}

.answer {
    display: inline-block;
    cursor: pointer;
    width: 68px;
    height: 68px;
    line-height: 40px;
    text-align: center;
    /*border: 3px solid rgb(100, 100, 200);*/
    border-radius: 5px;
    background-color: none;
    font-family: "Comic Sans Ms";
    font-size: 18px;
}

.top-label {
    margin-bottom: 1px;
    font-family: "Times New Roman";
}

button {
    font-family: "Times New Roman";
    font-size: 16px;
}

.bottom {}

.dragbox {
    text-align: center;
    margin: auto;
}

.img {
    display: inline-block;
    margin: 5px;
    position: absolute;
}