I have embedded a NSAW report into APEX see screenshots below, the issue I'm having is related to the headers and alginment.
In NSAW the headers are aligned left, but when I embed the report into APEX the headers are right aligned?
NSAW dashboard

APEX

Here is my HTML source for the static content.
<div style= "width: 1800px; height: 3600px;" >
<oracle-dv project-path="/@Catalog/shared/Bob Folder/Inactivity(Apex)">
</oracle-dv>
</div>
Thanks for any help.