body {
	margin: 0;
	padding: 0;
}

.handPointer {
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	z-index: 10000000;
}

.handsfree-debugger {
	left: 10px;
}

.fist {
	width: 40px;
	height: 40px;
	border-radius: 40px;
}

#label {
	position: absolute;
	color: #fff;
	font-size: 24px;
}

.handsfree-debugger {
	position: absolute;
	top: 10px;
	width: 300px;
	right: 10px;
	opacity: 0.5;
}