div#disablejs {
	background-color: rgba(0,0,0,.85);
	bottom: 0;
  color: #fff;
	display: none;
	font-size: 14px;
	height: 100%;
	left: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}
