.heatmap-canvas {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}
.boxyfy-heatmap-klickcount-defaultcolor {
	color: #000;
}
.boxyfy-heatmap-klickcount-250 {
	color: red;
	font-weight: bold;
}

.boxyfy-heatmap-wrapper {
	width: 1200px;
	height: 800px;
	overflow: scroll;
	position: relative;
	border: 1px solid #ccc;
	margin-top: 20px;
	display: none;
}

.boxyfy-heatmap-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 2000px;
	border: none;
}

.boxyfy-heatmap-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 30000px;
}