I would like to increase the font size in node-red-node-ui-table or node-red-contrib-ui-etable, both of which are based on Tabulator. I tried using the Template node, increasing the font size of the group that contains the table, but to no affect. I took a look at the file tabulator.min.css in etable's css folder and saw that the font-size was set to 14px. Changing that to a larger value did increase the font size. Is there a way to do this from the Template node? I hate to modify etable's css code. Is the problem that the entry in tabulator.min.css is overriding anything set by Template?