.c3-chart-arc path {
    stroke: white;
}

.c3-chart-arc text {
    fill: white;
}
.c3 path, .c3 line {
    stroke: black;
    fill: none;

}

.c3 text {
    user-select: none; /**/
}

.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
     shape-rendering: crispEdges; /**/
}




/*-- Grid --*/

.c3-grid line {
    stroke: #aaa;
}
.c3-grid text {
    fill: #aaa;
}
.c3-xgrid, .c3-ygrid {
    stroke-dasharray: 3 3;
}

/*-- Text on Chart --*/

.c3-text {
}

.c3-text.c3-empty {
    fill: #808080;
}

/*-- Line --*/

.c3-line {
    stroke-width: 1px;
}
/*-- Point --*/

.c3-circle._expanded_ {
    stroke-width: 1px;
    stroke: white;
}
.c3-selected-circle {
    fill: white;
    stroke-width: 2px;
}

/*-- Bar --*/

.c3-bar {
    stroke-width: 0;
}
.c3-bar._expanded_ {
    fill-opacity: 0.75;
}

/*-- Focus --*/

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
    stroke-width: 2px;
}

/*-- Region --*/

.c3-region {
    fill: steelblue;
    fill-opacity: .1;
}

/*-- Brush --*/

.c3-brush .extent {
    fill-opacity: .1;
}


.c3-legend-background {
    fill: white;
    stroke: lightgray;
    stroke-width: 1
}

.c3-area {
    stroke-width: 0;
    opacity: 0.2;
}

.c3-chart-arcs .c3-chart-arcs-background {
    fill: #e0e0e0;
    stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 1.6em;
}
.c3-chart-arcs .c3-chart-arcs-gauge-max {
    fill: #777;
}
.c3-chart-arcs .c3-chart-arcs-gauge-min {
    fill: #777;
}

.c3-chart-arc .c3-gauge-value {
    fill: #000;
}


.c3-region.aqhi-2 {
    fill: #61cbff;
}
.c3-region.aqhi-3 {
    fill: #00cbff;
}

.c3-region.aqhi-4 {
    fill: #97cccd;
}

.c3-region.aqhi-5 {
    fill: #999999;
}

.c3-region.aqhi-6 {
    fill: #999a63;
}

.c3-region.aqhi-7 {
    fill: #9a6700;
}

.c3-region.aqhi-8 {
    fill: #9a662e;
}

.c3-region.aqhi-9 {
    fill: #9b3300;
}

.c3-region.aqhi-10 {
    fill: #670000;
}
.c3-region.aqhi-11 {
    fill: #ff0000;
}
.c3-region.region-day-odd {
    fill: #f6fbfd;
}
.c3-region.region-day-even {
    fill: #f2fafd;
}