body {
    font-family: "Times New Roman";
    font-size: 20px;
    background-color: #dde3ff;
}

.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: 0px;
}


/*.image {
  width: 400px;
  margin-left: -45px;


}*/

.table {
    width: 50%;
    height: 60%;
}

.table .main-left {
    width: 100%;
}

.table .main-left td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.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: right-side;
}

#col1 {
    border: 1px;
}

#col2 {
    border: none;
}

#col3 {
    border: none;
}

#col4 {
    border: none;
}

#col5 {
    border: none;
}

#col6 {
    border: none;
}

#col7 {
    border: none;
}

#col8 {
    border: none;
}

#col9 {
    border: 1px;
}

.wrapper {
    position: relative;
    width: 800px;
    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: 710px;
    float: left;
    background-color: #dadada;
}

.playbox {
    padding-top: 10px;
    text-align: center;
    position: relative;
    float: left;
    width: 1130px;
    height: 700px;
    background-color: #996699;
}

.question {
    display: block;
    border: 2px solid rgb(100, 100, 200);
    width: 205px;
    height: 35px;
    margin-left: 20px;
    margin-right: auto;
    background-color: #996699;
}

.question.red {
    border-color: rgb(255, 100, 100);
}

.answer {
    display: inline-block;
    cursor: pointer;
    width: 165px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border: 0px solid rgb(100, 100, 200);
    border-radius: 5px;
    /*background-color: #fffaf0;*/
    margin-left: auto;
    margin-right: 100px;
}

.top-label {
    margin-bottom: auto;
}

button {
    font-family: "Times New Roman";
}

.bottom {}