/* q&a styles for FAQ list */
q_item {}
q_item:before { font-style: bold;
                font-size: 130%;
                color: red;
                font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
                margin-left: -10px;
                font-size: 130%;
                content: "Q: " }

q_item:after { content: "\a";
               white-space: pre;
             }

a_item {}
a_item:before { font-style: bold;
                font-size: 130%;
                color: green;
                font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
                margin-left: -10px;
                font-size: 130%;
                content: "A: " }

a_item:after { content: "\a\a";
               white-space: pre;
             }


/* checkbox styles for issues list */
.new_check {
    font-style: bold;
    font-size: 130%;
    color: red;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    margin-left: -10px;
}
.new_check:before { content: "☐" }

.done_check {
    font-style: bold;
    font-size: 130%;
    color: green;
    font-family: Arial,Liberation Sans,DejaVu Sans,sans-serif;
    margin-left: -10px;
}
.done_check:before { content: "☒" }



