/* Hide menu, header and footer */
h1 { display:none !important; }
.menu, #header, #footer { display:none !important; }
#main { margin-left:10px !important; }

/* Hide buttons */
a.button { display:none !important; }

/* Hide filter */
table.filter { display:none !important; }

/* Hide back buttons in delivery note */
#delivery-note-backbuttons { display:none !important; }

/* Hide timeline */
.timeline-wrap, #status-timeline-fallback { display:none !important; }

/* Show customer confirmation area in delivery note print */
#delivery-note-signature { display:table-row; }
