2 background-color: lightsalmon
;
9 background-color: grey
;
12 /* TODO: factor this piece of code from assessment (and course, and here...) */
20 .question .choiceCorrect {
21 background-color: lightgreen
;
23 .question .choiceWrong {
24 background-color: peachpuff
;
36 background-color: lightgrey
;
45 border: 1px solid black
;
50 table
.in-question th
, table
.in-question td
{
52 border-bottom: 1px solid grey
;
55 /*table { border: none; border-collapse: collapse; }*/
56 table
.in-question td
{ border-left: 1px solid grey
; }
57 table
.in-question
td:first-child
{ border-left: none
; }