
/* Ensures that on viewing an invoice, the table is shown below the other fields */
div.pminvoiceitems {
  clear: both;
  float: left;
  width: 100%;
}