<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
    color: black;
    font-family: sans-serif;    
}
a {
    color: black;
}
.content {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.ans {
background-color:#eee;
display:inline-block;
margin:4px;
padding:4px;
width:200px;
    text-align:center;
border-radius:8px;
cursor:pointer;
}
.ans:hover, .ans.hit {
    background-color:#ccc;
}

.ans_a{

}
.ans_b{
}

.inputwrap {
    text-align:center;
}
.ans.left {
    background-color:#ccccff;
    opacity: .5;
}
.ans.right {
    background-color:#ffcccc;
    opacity: .5;
}

.ans.left.hit {
    Xbackground-color:#9999cc;
    opacity: 1;
}
.ans.right.hit {
    Xbackground-color:#cc9999;
    opacity: 1;
}

button {
    font-size:20px;
}


.finalwrap{
    margin-top:30px;
    text-align:center;
}

#colorow td {
    width:20px;
    height:20px;
    color:white;
}


.finalwrap {
    display:none;
}
#finaldesc{
    text-align: left;
}

.footnotes {
    margin-top: 100px;
}</pre></body></html>