*,html {font-size:11pt;font-family:arial, sans-serif; 
 /* Stop mobile browsers fucking with my precisely crafted ui */
 -moz-text-size-adjust: none; -webkit-text-size-adjust: none; text-size-adjust: none; 
}
button {user-select: none;}

.arrow_button {position:absolute; width: 120px; font-size:50px; height:120px;}

#level_editor_tools button {width:16%;height:50px;}
#level_editor_tools button img {width:40px; height:40px;}

#object_tools button {width: 50px; }

#text_overlay {
	box-sizing:border-box;
	position:absolute; top:390px; 
	width:500px; left:0px;border:0px solid blue;
	/* background-color:green; */
	
	opacity:0.6;
	display:flex; 
	
	padding:10px;
	align-items:center; justify-content:center;
	color:rgba(0,0,0,1);
	font-size:25pt;
	white-space:wrap;
	font-weight:bold;
	text-shadow: 1px 1px 2px white,
		1px -1px 2px white,
		-1px -1px 2px white,
		-1px 1px 2px white;

} 

#text_overlay span {
	font-size:25pt;
	/* font-family:sans-serif; */
}
#overlay_contents {
	text-align:center;
	
}

/*
,
	text-shadow: 1px 1px 0px white;
		1px -1px 0px white,
		-1px -1px 0px white,
		-1px 1px 0px white

	text-shadow: 0px 0px 4px white;

*/