.vex.vex-theme-default .btn.familySearch { font-size: 16px; padding: 15px 10px; width: 100%; margin: 0 0 8px; }
.btn.familySearch { color: #fff !important; }
.btn.familySearch { white-space: normal; }
.familySearch { background: #85b807; }
.btn.familySearch:hover { background: #6c8e17; }
.facebookNewMemoryBtn{ margin-right: 20px;}
.facebookNewMemoryBtn, .familySearchNewMemoryBtn, .familySearchReloginBtn   { padding: 10px!important; }
.familySearchNewMemoryBtn img,
.familySearchReloginBtn  img { margin-right: 8px; height: 20px; }

.facebookNewMemoryBtn:hover{
	background: #3b5998;
}
.imageSelectionOverlayPreview, 
.imageSelectionOverlayUploadBox, 
.PostShareTypeOverlayPreview,
.imageSelectionOverlayFamilySearchInner {
    background: #E4E7ED;
    clear: both;
    padding: 7px 15px 15px;
    overflow-y: auto;
    height: 352px;
    height: 58vh;
}
.fsCreateButtonHolder{
	padding-top: 16px;
}
.memoryImportOptionsBtns{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
}
.memoryImportOptionsBtns div{
	clear: both;
	display: block;
	margin-left: 0;
	margin-right: 0;
}
.NofamilySearchResults{
	padding: 40px;
	text-align: center;
}

.selectFamilySearchImagesBtn.btnDisabled,
.ConfirmFamilySearchImport.btnDisabled{
	pointer-events: none;
}
.familySearchImageUploadingMsg{
	text-align: center;
}
.familySearchModalIcon{
	max-height: 18px;
}

.phSendToFamilySearchTxt,
.fsCounterNote,
.fsCompletedNote,
.fsDuplicateNote,
.fsCompletedNotice,
.controlButtons{
	padding-top: 10px;
	padding-bottom: 10px;
}
.phSendToFamilySearch .controlButtons{
	padding: 20px;
	display: block;
	text-align: center;
}
.fsCloseModal{
	margin-left: auto;
	margin-right: auto;
}

.FsShowThumbs{
	color:rgba(0, 0, 0, 0.4);
	cursor: pointer;
}
.fsCompletedThumbs{
	clear: left;
}
.fSucessUploadThumb{
	display: inline-block;
}
.fSucessUploadThumb img {
	display: inline-block;
	max-width: 150px;
	border: rgba(0,0,0,0.3) 4px solid;
	border-radius: 5px;
	margin: 4px;
	max-height: 75px;
}



@media screen and (max-width: 600px){
	.memoryImportOptionsBtns{
		width: 100%;
	}
}

@media screen and (max-width: 400px){
	.selectFamilySearchImagesBtn span{
		display: none;
	}
}