/* Extension News Emergency Notification */
#emergency-notification {
  position: fixed;
	z-index: 10000;
  top: 0;
  left: 0;
	right: 20px;
  /*right: 0;*/
	width: 100%;
	color: rgb(255,255,255);
	background: rgb(255,0,0);
	background: rgba(255,0,0,.8);
	font-size: 1.2em;
  line-height: 1.2;
  box-shadow: 0 0 5px black;
}
#emergency-notification a {
	color: rgb(255,255,255);
	text-decoration:underline;
	font-weight: bold;
	cursor: pointer;
}
#emergency-notification p {
	padding: 0 1.2em;
}
#emergency-notification.fa {
	cursor: pointer;
}
#emergency-content {
	margin-top: -1.2em;
}
/* END - Extension News Emergency Notification */