@charset "UTF-8";
/* CSS Document */


#canvas-holder1 {
	width: 300px;
	margin: 20px auto;
}
#canvas-holder2 {
	width: 50%;
	margin: 20px 25%;
}
#chartjs-tooltip {
	opacity: 1;
	position: absolute;
	background: rgba(0, 0, 0, .7);
	color: white;
	padding: 3px;
	border-radius: 3px;
	-webkit-transition: all .1s ease;
	transition: all .1s ease;
	pointer-events: none;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
.chartjs-tooltip-key{
	display:inline-block;
	width:10px;
	height:10px;
}