/* reticle.css — keep for compatibility; primary styles live in styles.css */
#reticle {
	position: absolute;
	z-index: 25;
}
#reticle .dot {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-left: -3px;
	margin-top: -3px;
	background: rgba(216,222,234,.95);
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0,0,0,.35);
}
