
html {
    width: 700px;
}

body{
    min-width: 600px;
    font-family:monospace;
    font-size:16px;
    margin:0px;
    background-color: black;
    color: white;
}
.grid_table {

        border-spacing: 6px;
        border-collapse: separate;
}
.person {
    border: 2px solid #990000;
    background: #220000;
    width:20px;
    height:20px;
    text-align:center;
}
.active {
    background: #CC0000;
}

#question {
    font-size:24px;
}

.header {
    width: 680px;
    text-align:left;
    padding: 10px;
    padding-left: 50px;
    border-bottom: 1px dotted white;
    font-size:30px;
}

.footer {
    width: 700px;
    text-align:center;
}

.subtext {
    color: #AAA;
    font-size:16px;
}

.content {
    padding:12px;
}

#start_button:hover, #changelog_button:hover, #high_score_button:hover {
    cursor: pointer;
font-style: italic;
}

.guess_button {
    padding: 6px;
    font-size:16px;
    width:120px;
    border-radius: 8px;
    background-color: #AAA;
}

.guess_button:hover {
    background-color: #CCC;
    cursor: pointer;
}

.score_text {
    font-size: 20px;
}

.correct { color: #6aff00; }
.incorrect { color: #eb6047; }