body {
    background-color: #EEE;
    margin: 20px;
}

div.question {
    font-weight: bold;
    padding-bottom: 10px;
}

#question ul li {
    list-style-type: none;
}

DIV#qrcode {
    margin: 20px;
}

.hostname {
    text-align: center;
    color: #CCC;
    font-size: 12px;
    margin: 10px;
}

#leave {
    text-align: center;
    color: #444;
    font-size: 12px;
}
#leave a:hover {
    text-decoration: none;
}
#waiting {
    text-align: center;
}

TD.correct {
    color: #00DD00;
}

TD.incorrect {
    color: #DD0000;
}

SPAN.checkmark {
    margin-left: 5px;
}

P.rightAnswer {
    color: #00DD00;
}
