.cmf-core-controls-toolsWidget {
  padding: 0;
}
.header {
  padding: 0;
  height: 48px;
  line-height: 48px;
}
.header > .title {
  float: left;
  height: 100%;
  line-height: 48px;
  font-family: open-sans-light;
  padding-left: 16px;
}
.header > .button {
  float: right;
  cursor: pointer;
  height: 100%;
  width: 48px;
}
.header > .button.disabled {
  opacity: 0.5;
}
.header > .button > div[class^="icon-core-st-sm-"] {
  font-size: 20px;
  width: 100%;
  height: 100%;
  margin-top: 4px;
}
.body {
  padding: 8px 0;
  width: 100%;
  height: 100%;
}
