#ui_blocker{
	left: 40%;
	top: 40%;
	position: fixed;
	height: 60px;
	border: 1px solid #2B2A2A;
	padding-top: 25px;
	width: 400px;
	text-align: center;
	background: black;
	color: #2B97D6;
	z-index: 1001;
	display: none;
}

#ui_blocker p{
	font-size:21px;
	font-style:italic;
}

#ui_blocker_overlay{
	display: none;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}