body {
    font-family: "Comic Sans Ms";
    font-size: 20px;
}

.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;
}

.table {
    width: 100%;
    height: 520px;
}

.table-lined td {
    border: 1px solid #777;
}

.table .main-left {
    width: 75%;
}

.table .main-left td {
    padding: 0;
    margin: 0;
    border-spacing: 0;
}

.game-table {
    /* margin-left: auto;
  margin-right: auto; */
    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: 550px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
}

.messagebox {
    margin-top: 20px;
    height: 300px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.commandbox {
    width: 150px;
    height: 550px;
    float: left;
    background-color: rgb(150, 150, 225)
}

.playbox {
    padding-top: 10px;
    text-align: center;
    position: relative;
    float: left;
    width: 600px;
    height: 550px;
    background-color: rgb(200, 200, 255);
}

.buzzer {
    cursor: pointer;
}

.question {
    display: block;
    border: 2px solid rgb(100, 100, 200);
    width: 120px;
    height: 40px;
    /*margin-left: auto;
  margin-right: auto;*/
    float: left;
}

.text {
    float: left;
}

.question.red {
    border-color: rgb(255, 100, 100);
}

.answer {
    display: inline-block;
    cursor: pointer;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #fff;
}

.top-label {
    margin-bottom: 1px;
    font-weight: bold;
}

.bodytext1 {
    font-family: "Comic Sans MS";
    font-size: 24px;
    width: 550px;
    vertical-align: 50%;
    line-height: 25px;
    text-indent: 0px;
    font-weight: normal;
}

tr {
    text-align: left;
}