I have the table that goes like this: <table style="width:375pt">
. How can I overwrite its width to 50%? I need to select just this one table with this width and not other tables on the page. So the question is how to select the table with specific width?
Thank you.