/* style for settings page */

.eo4wp.nav-tab-wrapper { margin:22px 0 0 0; }


#fw-eo4wp-option-form section {
	display:none;
}

#fw-eo4wp-option-form section:first-child {
	display:block;
}


.no-js .eo4wp.nav-tab-wrapper {
	display:none;
}

.no-js #fw-eo4wp-option-form section {
	border-top: 1px dashed #aaa;
	margin-top:22px;
	padding-top:22px;
}

.no-js #fw-eo4wp-option-form section:first-child {
	margin:0px;
	padding:0px;
	border:0px;
}
