table.invoice { width: 93%; border:1px solid #777;border-collapse:collapse;border-spacing:0; margin: 1em 2em 1em 2em; }
table.invoice tfoot {}
table.invoice thead { background-color: #cccccc; }
table.invoice tbody {}

table.invoice tbody tr { vertical-align:top; }
table.invoice tbody th { border: 1px solid #cccccc; padding: 0.3em 0.5em 0.3em 0.5em;}
table.invoice tbody td { border: 1px solid #cccccc; padding: 0.3em 0.5em 0.3em 0.5em;}
table.invoice caption { font-weight: bold; }

table.delivery { width: 93%; border:1px solid #777;border-collapse:collapse;border-spacing:0; margin: 1em 2em 1em 2em;  }
table.delivery tfoot {}
table.delivery thead { background-color: #cccccc; }
table.delivery tbody {}

table.delivery tbody tr { vertical-align:top; }
table.delivery tbody th { border: 1px solid #cccccc; padding: 0.3em 0.5em 0.3em 0.5em;}
table.delivery tbody td { border: 1px solid #cccccc; padding: 0.3em 0.5em 0.3em 0.5em;}
table.delivery caption { font-weight: bold; }

