.simple-link-labeled a.btn {
	/* display: none; */
	background: no-repeat;
	color: #007375;
	border-bottom: 1px solid #007375;
	border-radius: 0;
	padding: 6px 5px;
}
.type-popup a.btn, .type-ajax a.btn {
	margin-top: 30px;
}
.revealed-text {
	display: none;
	margin-top: 20px;
}
.overlayed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000c2;
	z-index: 999;
	text-align: center;
	display: none;
}
.overlayed .poping {
	max-width: 450px;
	background: white;
	margin: 40vh auto 0;
	padding: 25px;
	border-radius: 5px;
	position: relative;
}
.simple-link-wrapprer .overlayed .poping {
	max-width: 650px;
	margin: 10vh auto 0;
	max-height: 80vh;
	overflow-y: auto;
}
@media all and (max-width: 767px) {
	.simple-link-wrapprer .overlayed .poping {
		margin: 10vh auto 0;
		max-height: 70vh;
	}
}
.simple-link-wrapprer .overlayed .closeme {
	padding: 4px 14px 8px;
	line-height: 25px;
}
.overlayed .closeme {
	color: white;
	background: black;
	display: block;
	position: absolute;
	top: 3px;
	right: 3px;
	padding: 2px 12px 6px;
	border-radius: 25px;
	font-size: 19px;
	text-align: center;
	cursor: pointer;
}
.inner-poping li {
	text-align: left;
	margin-left: 10px;
}
.position-lefted {
	text-align: left !important;
}
.position-centered {
	text-align: center !important;
}
.position-righted {
	text-align: right !important;
}