:host {
  display: block;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  top: 0 !important;
}

.ctrl-cont {
  height: 40px;
}

.ctrl-hdr {
  color: rgba(128, 128, 128, 0.9);
  font-family: "Roboto-regular";
  font-size: 12px;
  padding: 1px 0px;
  width: 175px;
}

.ctrl-cnt {
  align-items: center;
  color: #63666A;
  display: flex;
  font-family: 'Roboto-Regular';
  width: 175px;
}

.ctrl-cnt .value {
  font-size: 16px;
  margin-right: 5px;
}

.ctrl-cnt .small-value {
  font-size: 14px;
  margin-right: 5px;
}

.disabled * {
  color: rgba(128, 128, 128, 0.9) !important;
}

.extend-width {
  width: 180px !important;
}

.unit {
  position: relative;
  top: 1px;
}