.grayed {
	cursor: not-allowed;
	pointer-events: none;
	filter: blur(1px) grayscale(70%);
}

#click-box { 
	width: 80%;
	margin: auto;
}

#inner-notice {
	width: 95%;
	padding: 20px;
	text-align: center;
}

#region-notification {  
	background: #818181 url(gray_barSRbar_not_logo.png);
	color: #eaf2f5;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.23em;
	text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000 !important;
	padding: 25px 50px;
	border-radius: 15px;
	border: 5px solid #da1a32;
	box-shadow: inset 0 0 0 2.5px #a90208;
	margin: 100px auto 40px auto;
	z-index: 300;
}

#region-notification h4 {
	text-transform: capitalize;
	color: #eaf2f5;
	letter-spacing: 0.1em;
	font-size: 1em;
}

#region-notification h1 {
	text-transform: uppercase;
	color: #eaf2f5;
	letter-spacing: 0.1em;
	font-size: 2.5em;
}

#region-notification div {
	color: #eaf2f5;
	margin: auto;
	display: inline-block;
}

#region-notification a {
	color: #eaf2f5;
}

#region-notification p {
	color: #eaf2f5;
	font-size: 1.8em;
}

#region-emergency-alert {
	background: #c8102e url(red_barSRbar_alert_logo.png);
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.23em;
	text-shadow: -1px -1px 0 #000, 0 -1px 0 #000, 1px -1px 0 #000, 1px 0 0 #000, 1px 1px 0 #000, 0 1px 0 #000, -1px 1px 0 #000, -1px 0 0 #000 !important;
	width: 80%;
	padding: 25px 50px;
	border-radius: 15px;
	border: 5px solid #818181;
	box-shadow: inset 0 0 0 2.5px #9c9c9c;
	margin: 100px auto 40px auto;
}

#region-emergency-alert h1 {
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.03em !important;
	font-size: 2.5em; !important;
	margin: 0 !important;
	color: #ffffff !important;
}

#region-emergency-alert h4 {
	text-transform: capitalize;
	color: #ffffff;
	letter-spacing: 0.1em;
	font-size: 1em;
}

div#region-emergency-alert br {
	line-height: 0px;
	display: none;
}

#region-emergency-alert p {
	color: #ffffff !important;
	font-weight: normal !important;
	font-size: 1.8em; !important;
	/* text-transform: lowercase !important; */
	margin-bottom: 17px;
}

#region-emergency-alert div {
	margin: auto;
	display: inline-block;
	text-align: left;
	width: auto;
	color: #ffffff;
	font-weight: bold;
}

.srAnnounceScreen {
	top: 0;
	left: 0;
	position: fixed;
	z-index: 200;
	/* background: #7777; */
	width: 100%;
	height: 2500px;
	cursor: not-allowed;
}

.srAnnounce {
	margin: 10% auto;
}

.srAnounce a {
	text-decoration: none;
}

.noAnnounce {
	display: none;
}

.x-out {
	float: right;
	cursor: pointer;
	margin: -10px -10px 10px 10px;
	z-index: 400;
	position: relative;
}