/*.ct-line.ct-threshold-above, .ct-point.ct-threshold-above, .ct-bar.ct-threshold-above {
  stroke: #f4c63d;
}

.ct-line.ct-threshold-below, .ct-point.ct-threshold-below, .ct-bar.ct-threshold-below {
  stroke: #f4c63d;
}*/

.ct-area.ct-threshold-above {
  fill: #59922b;
}

.ct-area.ct-threshold-below {
  
  fill: #f05b4f;
}
