.bb svg {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font: 10px sans-serif
}

.bb line,
.bb path {
    fill: none;
    stroke: #000
}

.bb .bb-button,
.bb text {
    -webkit-user-select: none;
    user-select: none
}

.bb-legend-item-tile,
.bb-xgrid-focus,
.bb-ygrid,
.bb-ygrid-focus {
    shape-rendering: crispEdges
}

.bb-chart-arc .bb-gauge-value,
.bb-chart-arcs .bb-needle {
    fill: #000
}

.bb-chart-arc path {
    stroke: #fff
}

.bb-chart-arc rect {
    stroke: #fff;
    stroke-width: 1
}

.bb-chart-arc text {
    fill: #fff;
    font-size: 13px
}

.bb-axis {
    shape-rendering: crispEdges
}

.bb-grid {
    pointer-events: none
}

.bb-grid line {
    stroke: #aaa
}

.bb-grid text {
    fill: #aaa
}

.bb-xgrid,
.bb-ygrid {
    stroke-dasharray: 3 3
}

.bb-text.bb-empty {
    fill: gray;
    font-size: 2em
}

.bb-line {
    stroke-width: 1px
}

.bb-circle._expanded_ {
    stroke-width: 1px;
    stroke: #fff
}

.bb-selected-circle {
    fill: #fff;
    stroke-width: 2px
}

.bb-bar {
    stroke-width: 0
}

.bb-bar._expanded_ {
    fill-opacity: .75
}

.bb-candlestick {
    stroke-width: 1px
}

.bb-candlestick._expanded_ {
    fill-opacity: .75
}

.bb-circles.bb-focused,
.bb-target.bb-focused {
    opacity: 1
}

.bb-circles.bb-focused path.bb-line,
.bb-circles.bb-focused path.bb-step,
.bb-target.bb-focused path.bb-line,
.bb-target.bb-focused path.bb-step {
    stroke-width: 2px
}

.bb-circles.bb-defocused,
.bb-target.bb-defocused {
    opacity: .3 !important
}

.bb-circles.bb-defocused .text-overlapping,
.bb-target.bb-defocused .text-overlapping {
    opacity: .05 !important
}

.bb-region rect {
    fill: #4682b4;
    fill-opacity: .1
}

.bb-brush .extent,
.bb-zoom-brush {
    fill-opacity: .1
}

.bb-legend-item {
    font-size: 12px;
    -webkit-user-select: none;
    user-select: none
}

.bb-legend-item-hidden {
    opacity: .15
}

.bb-legend-background {
    fill: #fff;
    stroke: #d3d3d3;
    stroke-width: 1;
    opacity: .75
}

.bb-title {
    font: 14px sans-serif
}

.bb-chart-treemaps rect {
    stroke: #fff;
    stroke-width: 1px
}

.bb-tooltip-container {
    -webkit-user-select: none;
    user-select: none;
    z-index: 10
}

.bb-tooltip {
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 7px 7px 12px -9px #777;
    empty-cells: show;
    opacity: .9;
    white-space: nowrap
}

.bb-tooltip tr {
    border: 1px solid #ccc
}

.bb-tooltip th {
    background-color: #aaa;
    color: #fff;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left
}

.bb-tooltip td {
    background-color: #fff;
    border-left: 1px dotted #999;
    font-size: 13px;
    padding: 3px 6px
}

.bb-tooltip td>span,
.bb-tooltip td>svg {
    display: inline-block;
    height: 10px;
    margin-right: 6px;
    width: 10px
}

.bb-tooltip.value {
    text-align: right
}

.bb-area {
    stroke-width: 0;
    opacity: .2
}

.bb-chart-arcs-title {
    dominant-baseline: middle;
    font-size: 1.3em
}

text.bb-chart-arcs-gauge-title {
    dominant-baseline: middle;
    font-size: 2.7em
}

.bb-chart-arcs .bb-chart-arcs-background {
    fill: #e0e0e0;
    stroke: #fff
}

.bb-chart-arcs .bb-chart-arcs-gauge-unit {
    fill: #000;
    font-size: 16px
}

.bb-chart-arcs .bb-chart-arcs-gauge-max,
.bb-chart-arcs .bb-chart-arcs-gauge-min {
    fill: #777
}

.bb-chart-arcs .bb-levels circle {
    fill: none;
    stroke: #848282;
    stroke-width: .5px
}

.bb-chart-arcs .bb-levels text {
    fill: #848282
}

.bb-chart-radars .bb-levels polygon {
    fill: none;
    stroke: #848282;
    stroke-width: .5px
}

.bb-chart-radars .bb-levels text {
    fill: #848282
}

.bb-chart-radars .bb-axis line {
    stroke: #848282;
    stroke-width: .5px
}

.bb-chart-radars .bb-axis text {
    cursor: default;
    font-size: 1.15em
}

.bb-chart-radars .bb-shapes polygon {
    fill-opacity: .2;
    stroke-width: 1px
}

.bb-button {
    position: absolute;
    right: 10px;
    top: 10px
}

.bb-button .bb-zoom-reset {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    font-size: 11px;
    padding: 5px
}

/*! Bundled license information:

billboard.js/dist/billboard.min.css:
  (*!
   * Copyright (c) 2017 ~ present NAVER Corp.
   * billboard.js project is licensed under the MIT license
   *
   * billboard.js, JavaScript chart library
   * https://naver.github.io/billboard.js/
   *
   * @version 3.10.3
   *)
*/