.trace-parse .table-time {
  width: 50px; }

.trace-parse .table-inc {
  width: 50px; }

.trace-parse td {
  font-size: 12px;
  font-family: monospace;
  line-height: 20px; }

.trace-parse tr.parent {
  background: rgba( 218, 218, 218 ,  1 );
  background: rgba( var(--palette-neutral-10,218, 218, 218) ,  1 ); }

.trace-parse tr.child {
  background: rgba( 166, 166, 166 ,  1 );
  background: rgba( var(--palette-neutral-30,166, 166, 166) ,  1 ); }

.trace-parse tr.notIn {
  background: none; }
