.morris-hover {
	position: absolute;
	z-index: 10;
}
.morris-hover.morris-default-style {
	border-radius: 10px;
	padding: 6px;
	color: #fff;
	background: #343b4a;
	border: solid 1px rgba(255,255,255, 0.061);
	font-family: sans-serif;
	font-size: 12px;
	text-align: center
}
.morris-hover.morris-default-style .morris-hover-row-label {
	font-weight: bold;
	margin: 0.25em 0
}
.morris-hover.morris-default-style .morris-hover-point {
	white-space: nowrap;
	margin: 0.1em 0
}