It appears that commented out CSS causes problems ... I.e. ```css /* table { }*/ td { font-size: 14px; font-family: Arial; } ``` The Arial/14px doesn't work unless I delete the table class.
It appears that commented out CSS causes problems ...
I.e.
The Arial/14px doesn't work unless I delete the table class.