.faq {
    list-style-image: url("disclose.png");
}

.normalList {
    list-style: disc none;
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.questionPair {
    margin-top: 0.6em;
}

.question {
    font-weight: bold;
    text-decoration: underline;
}

.answer {
    display: none;
    margin-top: 0.5em;
}
