.gf_login_widget_editor {
	margin-left: -13px;
	margin-right: -13px;
}

.gf_login_widget_editor .tabs {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;	
	padding: .2em 0 0;
}

.gf_login_widget_editor .tabs a {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #444;
	display: inline-block;
	line-height: 2.538461538em;
	margin-bottom: -1px;
	padding: 0 8px;
	text-decoration: none;
}

.gf_login_widget_editor .tabs a:first-child {
	margin-left: 13px;
}

.gf_login_widget_editor .tabs a.active {
	background: #fff;
	border-bottom-color: #fff;
}

.gf_login_widget_editor .tab-content {
	display: none;
	padding: 1em 1.4em;
}

.gf_login_widget_links {
	padding: .25em 0;
}

.gf_login_widget_links tr td {
	padding: .25em 0;
}

/* Customizer styles */
body.wp-customizer .gf_login_widget_editor {
	margin-left: -8px;
	margin-right: -8px;
}

body.wp-customizer .gf_login_widget_editor .tabs a:first-child {
	margin-left: 8px;
}