	/*
	---------------------------------------------
	MORRIS CHARTS
	--------------------------------------------- */
	.morris-hover {
	  position:absolute;
	  z-index:1000;
	}
	
	.morris-hover.morris-default-style {
		border-radius: 4px;
		padding: 10px 12px;
		background:#63676b;
		box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.5);
		font-size:14px;
		border: none;
		color: #fff;
	}
	
	.morris-hover.morris-default-style .morris-hover-row-label {
		font-weight:bold;
		margin:0.25em 0;
	}
	
	.morris-hover.morris-default-style .morris-hover-point {
		color: rgba(257, 257, 257, 0.8)!important ;
		white-space:nowrap;
		margin:0.1em 0;
	}