.testresults-number-chart {
  margin-left: 39px;
  color: rgba(0, 0, 0, .55);
  color: var(--text-secondary-color,rgba(0, 0, 0, .55));
}

.testresults-number-chart .chart-value {
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  height: 48px;
  white-space: nowrap;
}

.testresults-number-chart .number-chart-large-font {
  font-size: 36px;
}

.testresults-number-chart .number-chart-info-message-button {
  padding-left: 5px;
  vertical-align: middle;
  cursor: pointer;
}

.testresults-number-chart .number-chart-small-font {
  font-size: 18px;
}

.testresults-number-chart .chart-difference {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.testresults-number-chart .chart-difference-show-height {
  height: 24px;
}

.testresults-number-chart .difference-icon-div {
  margin-right: 5px;
}

.testresults-number-chart .difference-improved {
  color: rgba( 16, 124, 16 ,  1 );
  color: rgba( var(--palette-accent2-dark,16, 124, 16) ,  1 );
}

.testresults-number-chart .difference-worsened {
  color: rgba( 218, 10, 0 ,  1 );
  color: rgba( var(--palette-accent1,218, 10, 0) ,  1 );
}

.testresults-number-chart .chart-title {
  white-space: nowrap;
}
