.fullBackgroundCentered {
	position:absolute;
	top:50%;
	left:50%;
	width:100%;
	height:100%;
	z-index:4000;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.notifierBackground {
	background-color:black;
	background-repeat: round;
	visibility:hidden;
}

.notifierBackgroundStripedBlue {
	background: repeating-linear-gradient(
	  45deg,
	  #606dbc,
	  #606dbc 10px,
	  #465298 10px,
	  #465298 20px
	);
}

.notifierBackgroundStripedDark {
	background: repeating-linear-gradient(
	  45deg,
	  #20254a,
	  #20254a 10px,
	  #0d0f1d 10px,
	  #0d0f1d 20px
	);
}
