.updatenoticerng {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	background: #8f7f71;
	padding: 1.25em 3em;
	word-break: break-word;
	box-shadow: 0 6px 6px -3px #6e5642, inset 0px 3px 5px -3px #523d2a;
	max-height: 100px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-y;
	z-index: 5000;
}