#titlebar::after{
	content: "DEVELOPMENT SERVER";
	background: #ffccee;
	height: 20px;
	padding: 5px 0;
	width: 100%;
	position: fixed;
	text-align: center;
	display: block;
	top: 0;
	pointer-events: none;
	opacity: 0.5;
}