.d3-hidden {
    display: none;
}

.d3-tooltip-content {
    position: relative;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #8c9196;
}

.d3-tooltip-content p {
    margin: 4px 8px;
}

.d3-tooltip-wrapper {
    position: absolute;
}

.d3-id {
    font-weight: bold;
}

#d3-bar-wrapper .axis {
    font: 16px Arial sans-serif;
    fill: #000;
}

#d3-bar-wrapper .axis path {
    display: none;
}

#d3-bar-wrapper .axis path,
#d3-bar-wrapper .axis line {
    fill: none;
    stroke: #e2e1dc;
    shape-rendering: crispEdges;
}

.x.axis path {
    display: none;
}