.deploy-phase-details-heading-row {
  width: 100%;
}

.deploy-phase-details-heading-row .deploy-phase-title {
  display: inline-block;
}

.deploy-phase-details-heading-row .deploy-phase-title .phase-type-label {
  display: inline-block;
  font-size: 18px;
  padding: 0;
}

.deploy-phase-details-heading-row .deploy-phase-title .phase-type-info {
  vertical-align: inherit;
  padding: 0px;
  padding-left: 4px;
}

.deploy-phase-details-heading-row .deploy-phase-title .phase-type-info-icon {
  font-size: 16px;
}

.deploy-phase-details-heading-row .deploy-phase-controls {
  vertical-align: top;
  float: right;
  margin-right: -6px;
  margin-top: 2px;
}

.deploy-phase-details-heading-row .deploy-phase-controls label {
  font-size: 14px;
}

.deploy-phase-details-heading-row .deploy-phase-controls .remove-button {
  display: inline-block;
  float: left;
  position: inherit;
}
