.woo-slg-login-error,
.woo-slg-login-loader{
	display:none;
}
.woo-slg-login-error{
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #F1ACAC;
	border: 1px solid #EE4B4B;
	margin-bottom: 1.650em;
	box-shadow: 0px 2px 2px 2px #ccc;
	padding: 8px 5px 8px 8px;
}
.woo-slg-login-error span{
	display: block;
}
.woo-slg-social-wrap img{
	outline: 0;
}
.woo-slg-social-container a {
	text-decoration: none !important;
}
.woo-slg-login-wrapper {
	/*float: left;*/
	display:inline-block;
	margin-right: 5px;
}
.woo-slg-login-wrapper a {
	outline: 0;
}
.woo-slg-clear {
	clear: both;
}
.woo-slg-social-container {	
	/*padding: 1.387em;*/
	margin: 0 0 21px;
}
.woo-slg-social-container legend {
	display: block;
	font-size: 120%;
	line-height: 1;
	font-weight: 700;
	width: 100%;
	margin: 0 0 21px;
	padding: 0;
}
.woo-slg-widget-content .woo-slg-login-wrapper {
	margin-bottom: 5px;
}
.woo-slg-social-container.woo-slg-widget-content{
	border:none !important;
}
.woo-slg-hide {
	display:none;
}
.woo-slg-social-container-checkout {
	border: 1px solid #eee;
	padding: 1.387em;
	margin: 0 0 21px;
}

/* css added for login page */

#woo-slg-social-container-login {	
	margin: auto;
    padding: 2% 0 2%;
    width: 320px;
}

#woo-slg-social-container-login span {	
	display: block;
	font-size: 130%;
	line-height: 1;
	font-weight: 700;
	width: 100%;
	margin: 0 0 21px;
	padding: 0;
	color: #999;
}

/* css for expand / collapse social login */

.woo-slg-info::before {
	color: #1e85be;
	content: "\e028";
	display: inline-block;
	font-family: WooCommerce;
	left: 1.5em;
	position: absolute;
	top: 1em;
}
.woo-slg-info {
	background: #f7f6f7 none repeat scroll 0 0;
	border-top: 3px solid #1e85be;
	color: #515151;
	margin: 0 0 2em !important;
	padding: 1em 2em 1em 3.5em !important;
	position: relative;
}
.woo-slg-login-page {
	margin: 5px auto !important;
	max-width: 320px;
	content: "";
	background: url("../images/ex-col-icon.png") no-repeat scroll 16px 10px;
}
.woo-slg-login-page::before {
	content: "" !important;
}
/*.woo-social-link-buttons{
	float : left;
}*/
.woo-social-login-linked-profiles thead tr,
.woo-social-login-linked-profiles tfoot tr{
	background-color: #f5f5f5;
}
.woo-social-login-linked-profiles thead tr th,
.woo-social-login-linked-profiles tfoot tr th{
	padding: 8px 0;
}
.woo-social-login-linked-profiles thead tr th:first-child,
.woo-social-login-linked-profiles tfoot tr th:first-child{
    padding: 8px 0 8px 8px;
}
.woo-social-login-linked-profiles tr td img{
	vertical-align: middle;
}

@media only screen and (max-width: 480px) {
	.woo-social-login-linked-profiles tr td img{
		max-width: 100px;
	}
}