.nv-legend{ transform: translate(0px, 320px); }

#funnelgraph svg {
  width: 300px;
  height: 200px;
}
.nvtooltip{display:none;}
.dashboardBarChart .nvd3-svg{height:210px !important;}

.dashboardBarChart .nvd3 .nv-multibarHorizontal text {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    font-style: normal !important;
    font-size: 1em !important;
    fill: rgba(18, 17, 17, 0.60) !important;
    stroke: rgba(0,0,0,0) !important;
    font: 700 1em 'Open Sans', sans-serif !important;
    fill-opacity: 0.95 !important;
}
.dashboardBarChart .nv-multiBarHorizontalChart{transform:translate(0px, 0px);}
.dashboardBarChart .nvd3 .nv-multibarHorizontal .nv-groups rect{fill-opacity:1;}
.dashboardBarChart .nvd3 .nv-multibarHorizontal .nv-groups text{fill:rgba(95, 95, 95,1);}

#programParticipation {
    width: 750px;
}

.reportLabel {
    float: left;
    width: 100px;
    margin-top: 75px;
    color:#5f5f5f;
    font-family: 'Open Sans';
    font-weight: 600;
    font-size:1.1em;

}
.nv-groups rect{fill-opacity:1;}

.reportSpan{
    font-family: 'Open Sans';
    font-weight: normal;
    font-size:1.1em;
     fill:#5f5f5f;
}
.reportGraph {
    float: left;
    width: 85%
}
.tick line {
  display: none;
}
.nvd3 rect[width="1"] {
  display: none !important;
}
.nvd3 rect[height="1"] {
  display: none !important;
}