.xaml-view .hub-title {
  position: relative;
  padding-bottom: 9px;
}

.xaml-view .build-titleArea .title-heading h1 {
  margin: 0px;
}

.xaml-view .build-pivot-content-container .hub-pivot {
  margin-top: unset;
  border-bottom:  1px solid;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
}

.xaml-view .build-pivot-content-container .hub-pivot .pivot-view {
  margin-left: 10px;
}

.xaml-view .xaml-content {
  position: absolute;
  width: 100%;
  top: 0px;
  bottom: 0px;
}

.xaml-view .xaml-content .custom-summary-message p {
  padding: 0px;
}

.xaml-view .xaml-content .xaml-icon-log-table td {
  line-height: 44px;
}

.xaml-view .xaml-content.pivot {
  top: 79px;
}
