#notificationscreen {
	padding-top: 10px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-color: #f9f9f9;
	border-width: 1px;
	position: fixed;
	display: block;
	top: 0px;
	z-index: 10000;
	height: 30px;
	color: #d6d6d6;
	background-color: #2c2c2c;
	width: 100%;
	opacity: 0.8;
	
}
