#leadStatsChart {
    position: relative;
    height: 250px;
}

#leadStatsChart .ct-series-a .ct-area {
    fill: #20aee3;
    opacity: 0.5;
}

#leadStatsChart .ct-series-a .ct-line,
#leadStatsChart .ct-series-a .ct-point {
    stroke: #20aee3;
    stroke-width: 2px;
}

#leadStatsChart .ct-series-b .ct-area {
    fill: #24d2b5;
    fill-opacity: 0.2;
}

#leadStatsChart .ct-series-b .ct-line,
#leadStatsChart .ct-series-b .ct-point {
    stroke: #24d2b5;
    stroke-width: 2px;
}

#leadStatsChart .ct-series-a .ct-point,
#leadStatsChart .ct-series-b .ct-point {
    stroke-width: 6px;
}