/*body {
    touch-action:none;
    -ms-touch-action:none;
}*/

#monthly-volume-chart g.y {
    display: none;
}
#logo {
    margin-right: 2em;
    margin-top: 2em;
}

.axis path, .axis line {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.line {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.line.second {
    stroke: red;
}
.area {
    fill: none;
    opacity: 0.5;
}
.dot {
    fill: none;
    stroke: steelblue;
    stroke-width: 1.5px;
}
.tick text {
    font-size: 12px;
}

.circles {
    cursor: pointer;
}

.row div {
    width: 340px;
}

.fullWidth {
  width: 100%;
}


.dc-chart g.axis.y {
  display: none;
}

#manufacturer-chart svg g g text{
    fill: #000;

}

div.tooltip {
    position: absolute;
    text-align: left;
    width: 140px;
    display: inline;
    padding: 6px;
    font-size: 13px;
    background-color: #000;
    border: 0px;
    border-radius: 2px;
    pointer-events: auto !important;
    color: #fff;
}

.filterTable {
    height: 224px;
    overflow: auto;
}

.key path {
  display: none;
}

.key line {
  stroke: #000;
  shape-rendering: crispEdges;
}

.filter
{
    display:none;
}

.dc-chart .axis text {
    
    font-size:12px;
}

.bar {
    fill: #444;
}