@charset "UTF-8";
/*
* Purchase order header
*/
div[data-view-xmlid="purchase.report_purchaseorder"] > h2:nth-of-type(1),
div[data-view-xmlid="purchase.report_purchaseorder"] > h2:nth-of-type(2){
    display: none;
}
div[data-view-xmlid="purchase.report_purchaseorder"] > div[data-name="purchase-order-header"] {
    display: none;
}
div[data-view-xmlid="purchase.report_purchaseorder"] > div[data-name="purchase-order-header-inherit"] {
    width: 50%;
    margin-bottom: 15px;
    margin-left: 0;
}
/*
* END: Purchase order header
*/
