Center Table Column Headers

For some reason when I apply either of the following CSS code options (found on Knack’s suggested code page) it doesn’t center my column headers in my target table. Anyone have any suggestions?

/* Change #view_# to the view key of the table you’d like to center the column headers for./
/
Use for all themes except for the Knack Standard Theme /
#view_# th
{
text-align: center;
}
/
Use for the Knack Standard Theme */
#view_# th span
{
margin: auto !important;
}