.process-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 );
  background: rgba(255, 255, 255, 1);
  background: var(--background-color,rgba(255, 255, 255, 1));
}

.process-item-overview .process-item-overview-body {
  padding-left: 23px;
}

.process-agents-view-container .agents-section .agents-view .task-input-buttons {
  margin-top: 11px;
}

.process-details-heading-row {
  width: 100%;
}

.process-details-heading-row .process-title {
  display: inline-block;
}

.process-details-heading-row .process-controls {
  vertical-align: top;
  float: right;
  margin-right: -6px;
  margin-top: 2px;
}

.process-details-heading-row .process-controls label {
  font-size: 14px;
}

.process-details-heading-row .process-controls .remove-button {
  display: inline-block;
  float: left;
  position: inherit;
}
