.center-h-v {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
.center-h-v:before {
  height: 32px;
  line-height: 32px;
}
cmf-core-controls-panelBar-header > div {
  height: 32px;
  display: -webkit-box;
  display: flex;
}
cmf-core-controls-panelBar-header > div > .text {
  -webkit-box-flex: 1;
          flex: 1;
  line-height: 32px;
  padding-left: 40px;
}
cmf-core-controls-panelBar-header > div > .text > cmf-core-controls-label .comment {
  display: inline-block;
}
cmf-core-controls-panelBar-header > div > .expander {
  right: 0;
  padding-right: 8px;
  font-size: 20px;
}
cmf-core-controls-panelBar-header > div > .expander > div {
  height: 32px;
  line-height: 32px;
  width: 32px;
}
cmf-core-controls-panelBar-header > div > .expander > div:before {
  height: 32px;
  line-height: 32px;
}
cmf-core-controls-panelBar-body > div {
  padding: 4px 40px 16px 40px;
}
cmf-core-controls-panelBar-body > div > textarea {
  overflow: hidden;
  outline: none;
}
