/* Adjust the spacing of settings pages */
.settings_page_regone_plugin_options #wpbody-content .wrap form .form-table {
	margin-bottom:4em
}

.settings_page_regone_plugin_options #wpbody-content .wrap td {
	position: relative;
}

.regone-description-text {
    position: absolute;
    left: 380px;
    top: 15px;
    width: 200px;
    font-size: .8em;
    font-style: italic;
}

.regone-description-text.alert, .add-group-response {
	font-size: .9em;
	color: red;
}

.regone-description-text.alert {
	left:220px;
	width:300px;
}

.add-group-response {
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-top: 8px;
}

.wp-core-ui .regone-submit .button-primary {
	margin-right: 1em;
}

input[value="regone_account_information"] ~ table.form-table:last-of-type tr:first-child {
    display:none;
}

.settings_page_regone_plugin_options #wpbody-content .wrap form input[value="regone_account_information"] ~ table.form-table:last-of-type {
	margin-bottom: 0;
}


.regone-custom-content-outer {
    position:relative;
}

.regone-custom-fields {
	display: inline-block;
}

.regone-settings-recaptcha {
	margin: 20px 0 0;
}

#regone-check-recaptcha + .form-table tr:not(:first-child) {
	display: none;
}