.c3-axis-y, .c3-axis-y2 text {
   fill: white;
   font-size:12px;
}
.c3-axis-x text {
    font-size:12px;
    fill:white;
}

.c3 path, .c3 line {
  stroke: white;
}

.c3-chart-arc text {
    fill: black;
}

.c3-tooltip{
   color: black;
}

.c3-legend-item{
   fill: white;
}

.c3-line {
  stroke-width: 2px;
}
