

  .table-invoice {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .left-invoice  , .right-invoice
  {
    width :49%
  }
