.cmf-core-controls-panelBar-header {
  cursor: pointer;
}
.cmf-core-controls-panelBar-item {
  cursor: pointer;
}
.cmf-core-controls-panelBar-item > div.panelBar-item-text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.panelBar-disabled {
  cursor: not-allowed;
}
