.single_page_overlay {
	max-width: 540px;
	margin:120px auto;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: rgba(255,255,255,.9);
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.2) 0 0 80px;
	border:1px solid #bec3c7;
	padding:40px;
}
.facebook_page_select_overlay  {
	width:400px;
}
.single_page_overlay .title{
	font-size: 32px;
	text-align: center;
	margin-top:30px;
	margin-bottom: 10px;
}
.single_page_overlay .group-photo {
	width: 100px;
	height: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #828c8d;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left:50%;
	margin-left:-50px;
	top:0;
	margin-top:-50px;
	border-radius: 5px;
	border:3px solid #FFF;
	box-shadow: rgba(0,0,0,.3) 0 0 10px;
}
.single_page_overlay .description {
	font-size: 18px;
	margin-bottom: 30px;
	text-align: center;
}


.fb_pages_around {
	background: #FFF;
	border-radius: 3px;
	border:1px solid #bec3c7;
}
.fbpage {
	border-bottom: 1px solid #bec3c7;
	display: block;
	cursor: pointer;
	line-height: 42px;
	font-size: 18px;
	padding-left: 14px;
	padding-right: 80px;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	text-decoration: none !important;
	color: inherit;
}
.fbpage:last-child {
	border-bottom: none;
}
.fbpage:hover {
	background:#eceff0;
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-ms-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}