@media print {
    #quiz {display: none}
}

div#quiz {
    background-color: white;
    color: black;
    text-align: left;
    font-size: 0.75em;
    margin-left: 2em;
    margin-right: 2em;
    padding-left: 1em;
    padding-right: 1em;
}

div#quiz ol li {
    margin-top: 7px;
}

div#quiz ol li ol li {
    list-style-type: lower-alpha;
    margin: 0;
}

div.ans {
    visibility: hidden;
}

div.header {
    background-color: #6C3172;
}

div#scoring {
    display: none;
    margin-top: 7px;
}

div#score {
    display: none;
}

#text-quiz div {
    display: inline;
    background-color: #bf86c7;
}

#text-quiz div span {
    visibility: hidden;
}
