.pending-scroll { overflow: auto; max-width: 100%; }
.pending-table { min-width: 1500px; }
.pending-table input,
.pending-table select,
.pending-table textarea {
  width: 150px;
  display: block;
  margin: 4px 0;
  padding: 7px;
  border: 1px solid #dce3ef;
  border-radius: 6px;
}
.pending-table textarea { width: 240px; min-height: 72px; }
.pending-table .warning-cell { max-width: 170px; color: #b45309; }
.profit-text { color: #07835b; }
.loss-text { color: #d43636; }
.cards article b { font-variant-numeric: tabular-nums; }
#ledger-table { overflow-x: auto; }
#ledger-table .data-table { min-width: 1250px; }
@media (max-width: 900px) {
  .pending-scroll { margin: 0 -1px; }
}
