.test-result-details-view {
  height: 100%;
  width: 100%;
  overflow: hidden; }
  .test-result-details-view .test-case-title {
    min-height: 35px;
    max-height: 35px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 1.125rem;
    align-items: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px 1px 30px; }
  .test-result-details-view .test-case-name, .test-result-details-view .test-run-name, .test-result-details-view .test-title-sep {
    padding-right: 10px; }
  .test-result-details-view .test-title-sep {
    font-size: 16px; }
  .test-result-details-view .test-result-header {
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    background-color: rgba( 234, 234, 234 ,  1 );
    background-color: rgba( var(--palette-neutral-8,234, 234, 234) ,  1 ); }
  .test-result-details-view .test-result-details-pivot-bar {
    padding-left: 32px;
    flex-grow: 1;
    overflow: hidden;
    background-color: rgba( 255, 255, 255 ,  1 );
    background-color: rgba( var(--palette-neutral-0,255, 255, 255) ,  1 ); }
  .test-result-details-view .test-result-details-pivot-bar-customPadding {
    padding-left: 20px; }

.test-details-pane-workItems {
  overflow-x: hidden; }
