Differences From Artifact [eac2078f61]:

To Artifact [77de133239]:


332
333
334
335
336
337
338

339
340
341
342
343
344
345

table.list .confirm {
    color: darkgreen;
}

table.list .num {
    text-align: center;

}

table.list .check {
    width: 1%;
}









>







332
333
334
335
336
337
338
339
340
341
342
343
344
345
346

table.list .confirm {
    color: darkgreen;
}

table.list .num {
    text-align: center;
    font-size: .9em;
}

table.list .check {
    width: 1%;
}