input.custom_gadget_button {
	width: auto;
	min-width: 150px;
	padding: 0 4px 0 4px !important;
}
input.custom_gadget_small_button {
	width: auto;
	min-width: 50px;
	padding: 0 4px 0 4px !important;
}
div.custom_gadget_version {
	width: 100%;
	text-align: right;
}
input.custom_gadget_file_input {
	min-width: 400px;
}
select.custom_gadget_select {
	min-width: 150px;
	width: auto;
}
div.gadget_section {
	padding: 10px 20px;
}
div.gadget_section div.search-form div.form-row textarea {
	width:384px;
	height:100px;
}
span.custom_gadget_error {
	color: Red;
	font-weight: Bold;
}