.cmf-core-controls-baseWidgetSubtitle-main-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 4px;
  overflow: hidden;
}
.cmf-core-controls-baseWidgetSubtitle-main-container .baseWidgetSubtitle-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  overflow: hidden;
}
.cmf-core-controls-baseWidgetSubtitle-main-container .baseWidgetSubtitle-header .baseWidgetSubtitle-header-title {
  font-size: 14px;
  font-family: "open-sans-regular";
  font-weight: bold;
  height: 20px;
  min-height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cmf-core-controls-baseWidgetSubtitle-main-container .baseWidgetSubtitle-header .baseWidgetSubtitle-header-subTitle {
  font-size: 13px;
  font-family: "open-sans-light";
  height: 20px;
  min-height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.cmf-core-controls-baseWidgetSubtitle-main-container .baseWidgetSubtitle-body {
  -webkit-box-flex: 1;
          flex: 1;
  overflow: hidden;
  padding-top: 6px;
}
