<data priority="60">

	<xpath expr="//div[hasclass('page')]" position="before">
		<style>
			.o_company_1_layout {
				font-family: Arial;
				font-size: 9pt;
			}
			.address {
       		    padding-bottom:33mm;
       		    font-size: 10pt;
			}
			h2 {
       			margin-top:10mm;
       			margin-bottom:3mm;
       			font-size: 13pt;
				font-weight: bold;
			}
			.first td {
				padding-bottom: 0;
			}
			.second td {
				padding-top: 0;
			}
			.second {
				border-bottom: 1px solid rgb(220,220,220);
			}
			table.trimada thead tr {
				border-top:solid 1px;
				border-bottom: solid 1px;
				color: black;
			}
			table.trimada thead th#description {
				width: 70mm;
			}
			table.trimada tr.first td {
				padding-bottom: 0;
			}
			table.trimada tr.second td {
				padding-top: 0;
			}
			table.trimada tr.second {
				border-bottom: 1px solid rgb(220,220,220);
			}
			table.trimada thead th#default_code {
			  width: 27mm;
			  text-align: left;
			}
			span#qty {
			  font-weight: bold;
			}
			table#summary td {
			  padding: 0.3rem;
			}
	
		</style>
	</xpath>

	<xpath expr="//table[@id='main_table']" position="attributes">
		<attribute name="class" separator=" " add="trimada table-borderless"/>
	</xpath>

	<xpath expr="//th[2]" position="attributes">
		<attribute name="class" separator=" " add="text-start"/>
	</xpath>

	<xpath expr="//th[3]" position="attributes">
		<attribute name="class">text-end</attribute>
	</xpath>

	<xpath expr="//th[4]" position="attributes">
		<attribute name="class">text-end</attribute>
	</xpath>

	<xpath expr="//th[@id='price_subtotal']" position="attributes">
		<attribute name="class">text-end</attribute>
	</xpath>

	<xpath expr="//td[@id='product_qty']" position="attributes">
		<attribute name="class">text-end</attribute>
	</xpath>

	<xpath expr="//table[@id='main_table']/tbody/tr/td[4]" position="attributes">
		<attribute name="class">text-end</attribute>
	</xpath>

	<xpath expr="//td[@id='price_subtotal']" position="attributes">
		<attribute name="class">text-end</attribute>
	</xpath>

</data>