
   td {
      text-align: right;
   }

  .pastPayment {
    --font-family: arial, sans-serif;
    --font-size: 11pt;
     text-decoration: line-through;
  }


  .futurePayment {
      --font-family: arial, sans-serif;
      --font-size: 11pt;
      font-style:italic;
    }

  .negative {
    color: rgba(255, 0, 0, 1);
  }
