	#dev-notice {
		position: fixed;
		bottom: 0;
		right: 0;
		left: 0;
		background: #FF0000;
		padding: 7px 0;
	}
	
	#dev-notice p {
		font-family: Helvetica, Arial, sans-serif;
		font-size: 12px;
		color: white;
		text-align: center;
		letter-spacing: 0.3px;
	}
