/* this must be the last import - this one will contain the substituted variables */
/* Mixins */
/**
    Be as precise as possible when applying this style!
    overflow: hidden; used here will cause the element to get its own render layer.
    This is a huge performance drawback when applied to a lot of elements in the table!
 */
.cf-cplace-visualization-scripting-highcharts-widget .scripting-widget-log {
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 8pt;
  z-index: 1;
  color: #33ff66;
  position: absolute;
}
.cf-cplace-visualization-scripting-highcharts-widget .scripting-widget-log pre {
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: none;
}
.cf-cplace-visualization-scripting-highcharts-widget .scripting-widget-log button {
  margin: 10px 0 0 10px;
}
