.cpl-props-row {
  display: flex;
  align-items: flex-start;
}

.cpl-heading {
  padding: 8px 70px 10px;
  background-color: #e0e8ea;
  border-top: 11px solid #f5f9f9;
  border-bottom: 11px solid #f5f9f9;
  color: #4b6267;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0 1px #fff;
}

.cpl-heading_md {
  width: 70%;
}

.cpl-heading_sm {
  width: 50%;
}

.cpl-heading_xs {
  width: 35%;
}

.cpl-block {
  margin-bottom: 30px;
}

.cpl-button {
  margin-top: 5px;
  margin-left: 5px;
  background: #545a63;
  padding: 6px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}

.cpl-table-wrap {
  margin-bottom: 20px;
  margin-top: 20px;
}

.cpl-table {
  /*display: flex;*/
}

.cpl-table-rows {
}

.cpl-table__row {
  display: flex;
  margin-bottom: 10px;
}

.cpl-table__input-group {
  display: flex;
  flex-direction: column;
}

.cpl-table__flexed {
  display: flex;
}

.cpl-table__flexed label:first-child input {
  width: 110px;
}

.cpl-table__flexed label:last-child input {
  width: 40px;
  background-color: #dfdfdf;
}
