
	.hybridauth-diagnostics-pass {
		color:green;
		font-weight:bold;
	}
	.hybridauth-diagnostics-fail {
		color:red;
		font-weight:bold;
	}

	.elgg-icon.elgg-icon-auth-openid {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/openid.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-openid-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/openid.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-yahoo {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/yahoo.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-yahoo-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/yahoo.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-aol {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/aol.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-aol-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/aol.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-google {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/google.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-google-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/google.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-facebook {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/facebook.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-facebook-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/facebook.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-instagram {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/instagram.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-instagram-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/instagram.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-twitter {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/twitter.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-twitter-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/twitter.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-live {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/live.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-live-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/live.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-linkedin {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/linkedin.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-linkedin-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/linkedin.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}
.elgg-icon.elgg-icon-auth-foursquare {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/16x16/foursquare.png) 50% 50% no-repeat;
	width:16px;
height:16px;
display:block;
}
.elgg-icon.elgg-icon-auth-foursquare-large {
	background:transparent url(https://spiritualfamily.net/mod/elgg_hybridauth/graphics/32x32/foursquare.png) 50% 50% no-repeat;
	width:32px;
height:32px;
display:block;
}

	.hybridauth-provider-settings > .elgg-body {
		padding: 10px;
		box-sizing:border-box;
	}
	.hybridauth-provider-settings.elgg-module-widget > .elgg-head {
		height: auto;
	}
	.hybridauth-provider-settings.elgg-module-widget > .elgg-head h3 {
		padding: 10px 5px;
	}
	.hybridauth-provider-settings label {
		margin: 10px 0 5px;
		display: block;
	}
	.hybridauth-form-icons > li {
		display: inline-block;
		padding: 3px;
	}
	.hybridauth-autogen-instructions,
	.hybridauth-login-instructions
	{
		padding: 20px;
		border: 2px solid #e8e8e8;
		font-weight: bold;
	}

	.hybridauth-setup-instructions {
		margin:10px;
		padding:10px;
		border:1px solid #e8e8e8;
		background:#f4f4f4;
	}

	