.testinsights-analytics-report-view-testhistory-container {
  position: relative;
  margin: 0 30px 20px 30px;
  width: calc(100% - 60px); }
  .testinsights-analytics-report-view-testhistory-container .test-results-cell .testresult-outcome-icon {
    margin-right: 8px; }
    .testinsights-analytics-report-view-testhistory-container .test-results-cell .testresult-outcome-icon .icon-inconclusive {
      color: rgba(0, 0, 0, .9);
      color: var(--text-primary-color,rgba(0, 0, 0, .9)); }
    .testinsights-analytics-report-view-testhistory-container .test-results-cell .testresult-outcome-icon .icon-passed {
      color: rgba(16, 124, 16, 1);
      color: var(--status-success-foreground,rgba(16, 124, 16, 1)); }
    .testinsights-analytics-report-view-testhistory-container .test-results-cell .testresult-outcome-icon .icon-failed {
      color: rgba(205, 74, 69, 1);
      color: var(--status-error-foreground,rgba(205, 74, 69, 1)); }
    .testinsights-analytics-report-view-testhistory-container .test-results-cell .testresult-outcome-icon .icon-warning {
      color: rgba(250, 157, 45, 1);
      color: var(--status-warning-foreground,rgba(250, 157, 45, 1)); }
    .testinsights-analytics-report-view-testhistory-container .test-results-cell .testresult-outcome-icon .icon-inprogress {
      color: rgba(0, 90, 158, 1);
      color: var(--communication-foreground,rgba(0, 90, 158, 1)); }
