.line {
  stroke: black;
  stroke-width: 2px;
}
 /* axis */
.axis text{
  font-family:sans-serif;
  font-size:11px;
}
.axis path,
.axis line{
fill:none;
stroke:gray;
shape-rendering: crisp-edges;
}

.axis path {
  stroke: black;
  stroke-width: 2;
  fill: none;
}

#mhinc{
	background-color: white;
}
#mhinc:hover{
	background-color: #eaf5f9;
	cursor: pointer;
}
#pblack{
	background-color: white;

}
#pblack:hover{
	background-color: #f9f5ec;
	cursor: pointer;

}
#pwhite{
	background-color: white;
}
#pwhite:hover{
	background-color: #f9ecec;
	cursor: pointer;
}
#mhv{
	background-color: white;
}
#mhv:hover{
	background-color: #f6ecf9;
	cursor: pointer;
}
#mrent{
	background-color: white;
}
#mrent:hover{
	background-color: #f9ecf6;
	cursor: pointer;
}
#pcol{
	background-color: white;
}
#pcol:hover{
	background-color: #ecf9ee;
	cursor: pointer;
}
.chart_titles{
	font-size: 13px;
	padding-bottom: 50px;
	line-height: 50px;

}
