
.svg-container{ padding-bottom:0;}

.mo-graphs path { 
	stroke: steelblue;
	stroke-width: 2;
	fill: none;
}

.mo-graphs .axis path,
.mo-graphs .axis line {
	fill: none;
	stroke: grey;
	stroke-width: 1;
	shape-rendering: crispEdges;
}

/*---------------------------------------------*/

.mo-graphs2 .axis path,
.mo-graphs2 .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.mo-graphs2 .bar {
  fill: orange;
}

.mo-graphs2 .bar:hover {
  fill: orangered ;
}


.mo-graphs2 .d3-tip {
  line-height: 1;
  font-weight: bold;
  padding: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  border-radius: 2px;
}

/* Creates a small triangle extender for the tooltip */
.mo-graphs2 .d3-tip:after {
  box-sizing: border-box;
  display: inline;
  font-size: 10px;
  width: 100%;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  content: "\25BC";
  position: absolute;
  text-align: center;
}

/* Style northward tooltips differently */
.mo-graphs2 .d3-tip.n:after {
  margin: -1px 0 0 0;
  top: 100%;
  left: 0;
}

/*--------------------------------------------------*/


.mo-graphs3 .axis path,
.mo-graphs3 .axis line {
	fill: none;
	stroke: black;
	shape-rendering: crispEdges;
}

.mo-graphs3 .axis text {
	font-family: sans-serif;
	font-size: 11px;
}

.mo-graphs3 .dot {
  stroke: #000;
}


.mo-graphs3 .legend {
padding: 5px;
font: 10px sans-serif;
background: yellow;
box-shadow: 2px 2px 1px #888;
display:none !important;
}



