Why does the alignment type in the table column not change?
Why does the alignment type in the table column not change?

I need to set the alignment of the left text in a separate column, for example, 2-Model. I defined the class when the table was initiated
{className: "Model", targets: [2],
I prescribe in css
CSS Highlight Code
one
2
3
.Model
{
text-align: Left;
}
But the alignment in the column does not change. Where do I make a mistake? How do I achieve what I want?
This discussion has been closed.
Replies
test case is http://montaj.vianor-konakovo.ru/goods.html.
Thank you, I achieved the desired slightly changing the definition in css