.c3 svg {
	font: 10px/normal sans-serif; font-size-adjust: none; font-stretch: normal; -webkit-tap-highlight-color: transparent;
}
.c3 line {
	fill: none; stroke: #000;
}
.c3 path {
	fill: none; stroke: #000;
}
.c3 text {
	-webkit-user-select: none; -moz-user-select: none; user-select: none;
}
.c3-bars path {
	shape-rendering: crispEdges;
}
.c3-event-rect {
	shape-rendering: crispEdges;
}
.c3-legend-item-tile {
	shape-rendering: crispEdges;
}
.c3-xgrid-focus {
	shape-rendering: crispEdges;
}
.c3-ygrid {
	shape-rendering: crispEdges;
}
.c3-chart-arc path {
	stroke: #fff;
}
.c3-chart-arc text {
	font-size: 13px; fill: #fff;
}
.c3-grid line {
	stroke: #aaa;
}
.c3-grid text {
	fill: #aaa;
}
.c3-xgrid {
	stroke-dasharray: 3,3;
}
.c3-ygrid {
	stroke-dasharray: 3,3;
}
.c3-empty.c3-text {
	font-size: 2em; fill: gray;
}
.c3-line {
	stroke-width: 1px;
}
._expanded_.c3-circle {
	stroke: #fff; stroke-width: 1px;
}
.c3-selected-circle {
	fill: #fff; stroke-width: 2px;
}
.c3-bar {
	stroke-width: 0;
}
._expanded_.c3-bar {
	fill-opacity: 0.75;
}
.c3-focused.c3-target {
	opacity: 1;
}
.c3-focused.c3-target path.c3-line {
	stroke-width: 2px;
}
.c3-focused.c3-target path.c3-step {
	stroke-width: 2px;
}
.c3-defocused.c3-target {
	opacity: 0.3 !important;
}
.c3-region {
	fill: #4682b4; fill-opacity: 0.1;
}
.c3-brush .extent {
	fill-opacity: 0.1;
}
.c3-legend-item {
	font-size: 12px;
}
.c3-legend-item-hidden {
	opacity: 0.15;
}
.c3-legend-background {
	opacity: 0.75; fill: #fff; stroke: #d3d3d3; stroke-width: 1;
}
.c3-title {
	font: 14px/normal sans-serif; font-size-adjust: none; font-stretch: normal;
}
.c3-tooltip-container {
	z-index: 10;
}
.c3-tooltip {
	border-collapse: collapse; border-spacing: 0; empty-cells: show; opacity: 0.9; box-shadow: 7px 7px 12px -9px #777; background-color: rgb(255, 255, 255); -webkit-box-shadow: 7px 7px 12px -9px #777; -moz-box-shadow: 7px 7px 12px -9px #777;
}
.c3-tooltip tr {
	border: 1px solid rgb(204, 204, 204); border-image: none;
}
.c3-tooltip th {
	padding: 2px 5px; text-align: left; color: rgb(255, 255, 255); font-size: 14px; background-color: rgb(170, 170, 170);
}
.c3-tooltip td {
	padding: 3px 6px; font-size: 13px; border-left-color: rgb(153, 153, 153); border-left-width: 1px; border-left-style: dotted; background-color: rgb(255, 255, 255);
}
.c3-tooltip td > span {
	width: 10px; height: 10px; margin-right: 6px; display: inline-block;
}
.c3-tooltip td.value {
	text-align: right;
}
.c3-area {
	opacity: 0.2; stroke-width: 0;
}
.c3-chart-arcs-title {
	font-size: 1.3em; dominant-baseline: middle;
}
.c3-chart-arcs .c3-chart-arcs-background {
	fill: #e0e0e0; stroke: none;
}
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
	font-size: 16px; fill: #000;
}
.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;
}
