﻿div.cell .question {
    margin: 5px 0;
    font-weight: bold;
}

    div.cell .question:before {
        content: 'Q: ';
    }

div.cell .answer:before {
    content: 'A: ';
    font-weight: bold;
}

div.cell .answer {
    padding: 5px;
    max-height: 15em;
    overflow: auto;
}
