#licenseNotifier {
	/* license message */
	position: absolute;
	display: none;
	z-index: 1002;
	bottom: -60px;
	width: 100%;
	padding: 10px 0;
	height: 40px;
	opacity: 0.8;
	
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px #000;
	background: #000;
}