/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	/* display:none; */
	/* place overlay on top of other elements */
	z-index:10000;
	width:960px;
	min-height:150px;
	overflow-y:scroll;
	border:1px solid #5bab27!Important;
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	background: #FFF;
	padding: 2rem;
	color:#000;
}
.simple_overlay .row {
	max-width: 900px;
	width: 900px;
}
.simple_overlay .row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.simple_overlay h1 {
	border-top:2px solid #5AAC26;
	border-bottom:2px solid #5AAC26;
	padding:0.5rem 0;
	margin-bottom:1.5rem;
}
.simple_overlay strong {
	font-weight:bold;
	color:#5AAC26;
}

/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url(../Assets/Assets-icons/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

#triggers {
	margin:0px;
	padding:0px;
}
