
.MDL_window_wrap {
	text-align: center;
}


.MDL_window_wrap {
	max-width: 100%;
	position: absolute;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
	top:15%;
	text-align: center;
	overflow: hidden;
	margin:0;
	padding:0 15px;
	box-sizing: border-box;
}
#overlay2 {
	display: none;
}
#overlay {
	display: none;
	width: 100%;
	height: 110%;
	text-align: left;
	position: fixed;
	top: -20px;
	left: 0;
	z-index: 999;
	background: #f0fdff;
}
.open {
	opacity: 1 !important;
	background: rgba(255,255,255,1) !important;
}
.MDL_window_wrap2 p {
	font-size: 12px !important;
}
.MDL_window_wrap2 p a {
	color: #FFF;
}

