.roverlay {
	
	position:fixed;
	top:0;
	left:0;
	display:none;
	padding:0 20px;
	margin:0 !important;
	width:100%;
	height:100%;
	justify-content:center;
	align-items:center;
	background: RGBA(0,0,0,.6);
	flex-direction:column;
	z-index:999999;
	
}

.roverlay-inner {

	width:100%;
	max-height:80%;
	overflow-y: auto;
	overflow-x: hidden;

}

.roverlay-inner .row {
	
	display:flex;
	justify-content:center;
	
}

.roverlay-header {
	
	min-height:32px;
	padding:10px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	
}

.roverlay-header .close {
	
	color:#FFFFFF;
	opacity:1;
	font-weight:400;
	font-size:14px;
	
}

.roverlay-outer-closer {
	
	position:absolute;
	right:30px;
	top:20px;
	
}

.roverlay-outer-closer a {
	
    float: right;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    color: white !important;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=20);
    opacity: 1;
	
}

.roverlay-body {
	
	min-height:200px;
	padding:10px;
	display:flex;
	/*overflow-y:auto;
	overflow-x:hidden;*/
	
}