.cmf-label {
  height: 40px;
  padding: 0 16px;
  font-family: "open-sans-regular";
  font-size: 13px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  display: -webkit-box;
  display: flex;
}
.cmf-label.placeholder {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "open-sans-light";
  font-style: italic;
}
.cmf-label .title-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-box-flex: 9;
          flex: 9;
}
