#foogallery-settings-main div+br {
	display: none;
}

#custom_assets_tab textarea {
	width: 500px;
	height: 300px;
}

.foogallery_settings_radioicon label {
	display:inline-block;
	margin-right:10px;
	border:solid 3px transparent;
	background:#aaa;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding:5px;
	line-height: 0;
	margin-bottom: 10px;
}

.foogallery_settings_radioicon input:checked + label {
	border:solid 3px #444;
	background: #888;
}

.foogallery_settings_radioicon label:hover {
	border:solid 3px #444;
}

.foogallery_settings_short_text {
	width: 5em;
}

.foogallery_settings_long_text {
	width: 50em;
}

tr.foogallery_settings_radio td input[type="radio"] {
	margin: 0.25rem 0.25rem 0.5rem 0;
}
tr.foogallery_settings_radio td input[type="radio"] + label {
	vertical-align: text-top;
}

#foogallery-settings-main .nav-container {
	padding: 10px;
}

#foogallery-settings-main .nav-container h3 {
    padding: 5px 0;
}

#foogallery-settings-main .nav-container .form-table {
	margin-top: 0;
	margin-left: 5px;
}

#foogallery_uninstall_container {
	position: relative;
}

.foogallery-uninstall-danger-zone {
	max-width: 460px;
	margin-top: 12px;
	padding: 16px;
	border: 1px solid #d63638;
	border-radius: 4px;
	background: #fcf0f1;
}

.foogallery-uninstall-danger-zone .description {
	margin-top: 0;
}

.foogallery-uninstall-danger-zone__title {
	margin: 0 0 8px;
	color: #b32d2e;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.foogallery-uninstall-danger-zone__input {
	display: block;
	width: 100%;
	max-width: none;
	margin: 10px 0 12px;
	border-color: #d63638;
}

.foogallery-uninstall-danger-zone__input:focus {
	border-color: #d63638;
	box-shadow: 0 0 0 1px #d63638;
}

.foogallery-uninstall-danger-zone__error {
	margin: 0 0 8px;
	color: #b32d2e;
	font-weight: 600;
}
