CSS Conditional Styling of Database Records - tdkehoe/blog GitHub Wiki
In the mustache template (between the {{#movies}} and {{/movies}} on the html page) include a conditional to add an HTML class if a record includes a target property, then style the CSS on that class (or lack of that class).
Better, use Handlebars.