.dtc-task-group-parameter-header-row {
  font-size: 16px;
  font-weight: 700;
  clear: both;
  position: relative;
  margin: 5px 0;
}

.dtc-task-group-parameter-header-row .dtc-task-group-parameter-name {
  padding-top: 0;
}

.dtc-task-group-parameter-row {
  clear: both;
  margin: 5px 0;
}

.dtc-task-group-parameter-name,
.dtc-task-group-parameter-value,
.dtc-task-group-parameter-description {
  display: inline-block;
}

.dtc-task-group-parameter-name {
  float: left;
  width: 30%;
  padding-top: 5px;
  padding-right: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

.dtc-task-group-parameter-value {
  width: 30%;
}

.dtc-task-group-parameter-value .task-group-parameter-value-input {
  margin-top: -5px;
  margin-bottom: 8px;
}

.dtc-task-group-parameter-value .input-control-icon-button {
  margin-left: 10px;
}

.dtc-task-group-parameter-description {
  width: 35%;
  float: right;
}

.dtc-task-group-parameter-description .task-group-parameter-description-input {
  margin-top: -5px;
  margin-bottom: 8px;
}

.dtc-group-parameter-description {
  margin-top: 10px;
}

.dtc-task-group-parameters-heading .dtc-section-label {
  font-size: 16px;
  padding: 5px 0px;
}

.dtc-task-group-parameters-heading .dtc-section-line {
  padding-left: 5px;
}

.dtc-task-group-parameters-heading .dtc-section-line hr {
  font-size: 10px;
}
