body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	cursor: default;
	-webkit-user-select: none;
	user-select: none;
}

html,
body,
#sm-micro,
#youtube_container {
	width: 100%;
	height: 100%;
}

#sm-micro {
	overflow: hidden;
	background-position: center center;
	object-fit: cover;
}

#sm-canvas {
	z-index: 1;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}

#sm-canvas,
#autosync,
#autoplay,
#stats,
#offset-container,
#FPS-block {
	position: absolute;
}

#sm-micro {
	position: relative;
}

#sm-micro_overlay,
#alert {
	cursor: pointer;
}

#autoplay small,
#autosync small,
#stats,
#offset-container,
#FPS-block {
	font-size: 10px;
	line-height: 8px;
}

#stats,
#offset-container,
#FPS-block {
	text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
		1px 1px 0 black;
}

#stats,
#autoplay,
#autosync {
	width: 100%;
}

#stats {
	top: 17%;
}

#offset-container,
#FPS-block {
	top: 6px;
}

#offset-container {
	left: 8px;
}

#FPS-block {
	text-align: right;
	right: 8px;
}

#autoplay,
#autosync {
	display: none;
	font-size: 18px;
	line-height: 16px;
	text-shadow: 0 0 7px black;
}

#autoplay {
	bottom: 60px;
}

#autosync {
	bottom: 100px;
}

#autoplay,
#autosync,
#stats,
#offset-container,
#FPS-block {
	color: white;
}

#autoplay,
#autosync {
	font-weight: bold;
}

#autoplay,
#autosync,
#stats {
	text-align: center;
}
