.trace-parse {
  width: 950px;
  height: 1200px; }
  .trace-parse .table-time {
    width: 50px; }
  .trace-parse .table-inc {
    width: 50px; }
  .trace-parse table {
    width: 100%; }

.waterfall-header {
  border: 0px;
  padding: 0 12px;
  fill: rgba(0, 0, 0, .55);
  fill: var(--text-secondary-color,rgba(0, 0, 0, .55));
  overflow-x: auto; }
  .waterfall-header line {
    stroke: rgba(0, 0, 0, .55);
    stroke: var(--text-secondary-color,rgba(0, 0, 0, .55));
    stroke-width: 0.5; }

.waterfall-cell line {
  stroke: rgba(255, 255, 255, 1);
  stroke: var(--callout-background-color,rgba(255, 255, 255, 1));
  stroke-width: 0.5; }
