<data priority="60">
    <xpath expr="//div[hasclass('page')]" position="before">
        <style>
        .o_company_1_layout {
            font-family: arial;
         }
        .o_company_1_layout.o_report_layout_standard h2 {
            color: black;
               font-size: 1.4rem;
                font-weight: bold;
         }
         .o_company_1_layout.o_report_layout_standard #total strong {
            color: black;
         }
         div#informations {
              margin-top: 30px;
              margin-bottom: 60px;
         }
         h2.mt-4 {
              margin-top: 70px !important;
         }
         th#tax_amount {
              text-align: right;
         }
         td#tax_amount {
              text-align: right;
         }
        </style>
    </xpath>
    <xpath expr="//table[@name='invoice_line_table']" position="attributes">
        <attribute name="class">table table-sm o_main_table mt-4</attribute>
    </xpath>
</data>
