I'm sure this must be common knowledge and fairly simple to do. But for the life of me, I can't figure out how to style the HTML I added to an article with CSS I reated for it. I've created some custom tables with HTML. And since these tables will not appear in every article in our Help Center, I only want to apply the CSS to the specific articles where they appear. I don't want to do anything with changing a global theme.
I added the tables using the source code “HTML” feature. There are no inline styles. I have the CSS in a <style> tag within the <head>. Do I have to put the CSS elsewhere? Is there another location in Knowledge admin where you store a CSS file and refer to it in the HTML head? When I just throw it in above the HTML, I get the empty <style> </style> tags above the unformatted table content in the article.
By the way, the code renders properly in browsers.

