.ct-line.ct-threshold-above, .ct-point.ct-threshold-above, .ct-bar.ct-threshold-above {
  stroke: teal;
}

.ct-line.ct-threshold-below, .ct-point.ct-threshold-below, .ct-bar.ct-threshold-below {
  stroke: crimson;
}

.ct-area.ct-threshold-above {
  fill: teal;
}

.ct-area.ct-threshold-below {
  fill: crimson;
}

.ct-series-a .ct-bar.ct-threshold-above {
  stroke: teal;
}

.ct-series-a .ct-bar.ct-threshold-below {
  stroke: crimson;
}

.ct-area {
    fill-opacity: 0.5;
}

/*.ct-point {
    stroke-width: 9px
}*/