dev.nmjpec.org/en/judge-evaluations/2008
In the ARI Data Table:
The first record, Aragon, Abigail "Retain" field is colored green via the following deprecated HTML tags in the source MySQL table field:
<font color="green"><strong>Retain</strong></font>
The second record, Aragon, Robert "Retain" field is not colored but should be. The contents of the source data filed is:
<div id="retain">Retain</div>
For some reason the CSS rule is not being parsed and rendered:
#retain {
color: #090000;
font-weight: bold;
}
This rule is located in both the "CSS Styles" field of the Ari Data Tables control panel, (see screenshot) and in the template's "custom.css" file.