#game-introduction
{
    margin-bottom: 15px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    text-align: left;
    margin-left: 40px;  
}

#game-container
{
    text-align: center;
    width: 1000px;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

#question-container,
#game-over-message
{
    display: none;

    text-align: left;

    padding: 30px;
    background-color: white;
    margin-left: 40px;  
}

#question-container
{
    width: 700px;
    /*height: 200px;*/
    padding-top: 50px;
    padding-bottom: 50px;
    line-height: 18px;
}

#game-over-message
{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 30px;
    font-size: 19px;
}

#post-game-div
{
    display: none;
    width: 1000px;
    box-sizing: border-box;
}

#post-game-div > table
{
    width: 100%;
    table-layout: fixed;
}

#question-image
{
    max-width: 950px;
    max-height: 600px;
    margin-left: 40px;
}

#question-image-2
{
	margin-left: 40px;
}


#questions-image-column
{
    padding-right: 20px;
    vertical-align: top;
    margin-left: 40px;
}




#questions-image-column img
{
    width: 100%;
}

#post-game-div > table > tbody > tr:last-child > td:last-child
{
    padding-left: 20px;
}

.question
{
    margin-bottom: 10px;
    margin-left: 2px;
    text-align: left;
}

.options > label
{
    margin-bottom: 5px;
    display: block;
    width: 1px;
    white-space: nowrap;
}

.options input
{
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.options label,
.options input
{
    cursor: pointer;
}

#correct-answer-message,
#incorrect-answer-message
{
    margin: 10px 0px;
    display: none;
}

#correct-answer-message
{
    color: green;
}

#incorrect-answer-message
{
    color: red;
}

#check-answer-button,
#next-question-button
{
    display: none;
    margin-top: 20px;
}
