.morris-hover{
	position:absolute;
	z-index:1000;
}

.morris-hover.morris-default-style{
		/*border-radius:10px;*/
		padding:6px;
		color:#000;
		background:rgba(0,0,0,0.4);
		border:solid 1px rgba(230,230,230,0.4);
		font-family:"Century Gothic",sans-serif;
		font-size:12px;
		text-align:center;
		font-weight: bold;
}

.morris-hover.morris-default-style .morris-hover-row-label{
	color:#fff;
	font-weight:bold;
	margin:0.25em 0;
}

.morris-hover.morris-default-style .morris-hover-point{
	white-space:nowrap;
	margin:0.1em 0;
}
.morris-hover-point{
	color: #fff !important;
}