.accounting-page {
  .kpi {
    border-left: 4px solid #663399;
  }

  .modal {
    background: rgba(0, 0, 0, 0.35);
  }

  .sortable {
    cursor: pointer;
  }

  .je-col-account {
    width: 40%;
  }

  .je-col-amount {
    width: 20%;
  }

  .je-col-memo {
    width: 18%;
  }

  .je-col-action {
    width: 2%;
  }
}
