.workitem-snippet {
  color: rgba( 102, 102, 102 ,  1 );
  color: rgba( var(--palette-neutral-60,102, 102, 102) ,  1 );
  margin-top: 2px;
  margin-left: 39px;
  margin-right: 11px;
  max-height: 32px;
  white-space: normal;
  line-height: 16px; }
  .workitem-snippet mark {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
