.get-sources-item-overview {
  border-bottom:  1px solid;
  border-bottom-color: rgba( 200, 200, 200 ,  1 );
  border-bottom-color: rgba( var(--palette-neutral-20,200, 200, 200) ,  1 );
  margin-top: 10px;
  background: rgba(255, 255, 255, 1);
  background: var(--background-color,rgba(255, 255, 255, 1));
}

.get-sources-task .get-sources-task-view .repository {
  margin-right: 30px;
  max-width: 85%;
}

.get-sources-task .get-sources-task-view .repository .bowtie-icon, .get-sources-task .get-sources-task-view .repository .dtc-text-tooltip-on-overflow-host {
  display: inline-block;
  max-width: 100%;
}

.get-sources-task .get-sources-task-view .repository .repository-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.get-sources-task .get-sources-task-view .branch {
  max-width: 85%;
}

.get-sources-task .get-sources-task-view .branch .bowtie-icon, .get-sources-task .get-sources-task-view .branch .dtc-text-tooltip-on-overflow-host {
  display: inline-block;
  max-width: 100%;
}

.get-sources-task .get-sources-task-view .branch .branch-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  max-width: 100%;
}

.get-sources-task.location-line-top .selectable-item-section, .get-sources-task.location-line-bottom .selectable-item-section {
  border-bottom-color: rgba( 0, 90, 158 ,  1 );
  border-bottom-color: rgba( var(--palette-primary-shade-20,0, 90, 158) ,  1 );
}
