.notification{
	position:fixed;
	width:483px;
	max-width:100%;
	bottom:68px;
	left :0;
	right:0;
	margin:auto;
	background:rgba(0,0,0,0.85);
	color:#dbe894;
	border:1px solid #dbe894;
	font-size:12px;
	padding:2px 5px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
