/** {
	border: 0;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}*/

.head > span {
	display: block;
	width: 16px;
	height: 14px;
	border-radius: 50%;
	background-color: transparent;
	z-index: 1;
	position: absolute;
	top: 172px;
	right: 153px;
	font-size: 1px;
	color: transparent;
	cursor: pointer;
}

#tbl {
    overflow: hidden;
}

.exploding, .exploding:focus, .exploding:hover {
	background: transparent;
	color: transparent;
}
.exploding {
	pointer-events: none;
	position: relative;
	will-change: transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.particle {
	position: absolute;
	top: 0;
	left: 0;
}
.particle--debris {
	background: #255ff4;
}
.particle--fire {
	border-radius: 50%;
}
