
fieldset {
	margin-bottom: 2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: rgba(232, 109, 31, 0.9);
}

fieldset p {
	padding-right: 2%;
	padding-left: 2%;
}

p.intro {
	margin-top: 1em;
}

fieldset legend {
	padding-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-weight: bolder;
	font-size: larger;
	background-color: rgba(232, 109, 31);
}

fieldset fieldset {
	background-color: revert;
}

fieldset fieldset legend {
	margin-top: 10px;
}

fieldset, fieldset legend {
	border-radius: 8px;
}

fieldset fieldset legend {
	background-color: #00a388;
}

.configOption {
	border: 1px solid black;
	border-radius: 5px;
	padding: 1%;
	margin: 2%;
}

table, tr, td {
	border: 1px solid black;
	padding: 3px;
}

input[type="text"], input[type="password"], select {
	margin-left: 1em;
}

input[type="submit"], input[type="button"], select, .upload-button, .download-button {
	background-color: #b2bb36;
	border-radius: 5px;
	font-family: inherit;
	font-weight: bold;
	margin-left: 1em;
}

.upload-button {
	display: inline;
	font-size: smaller;
	margin-bottom: 1%;
	border-style: outset;
	border-color: white;
	border-width: 2px;
}

.upload-button label {
	margin-left: 0.5%;
}

.realupload {
	position: absolute;
	top: 0;
	left: -1%;
	/* start of transparency styles */
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity : 0);
	/* end of transparency styles */
	z-index: 2; /* bring the real upload interactivity up front */
	width: 100%;
	margin-left: 1em;
	/*! height: auto; */
	background-color: #b2bb36;
}

form .fakeupload {
	background-color: #b2bb36;
	display: inline;
	margin-left: 1em;
}

form .fakeupload input {
	width: auto;
	border-style: outset;
	border-color: white;
	border-top-width: 2px;
	border-bottom-width: 2px;
	margin-left: 0px;
	margin-right: 0px;
}

.download-button {
	font-size: larger;
cursor: pointer;
width: fit-content;
margin: 15px;
border-style: outset;
border-color: #b2bb36;
border-width: 2px;
padding: 4px;
}

.download-button:hover {
	font-weight: 700;
}

.toggled {
	margin-bottom: 0px;
}

.toggle {
	font-size: small;
	color: #193966;
}

.error, .error h3 {
	border-radius: 8px;
	margin-bottom: 2em;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: rgba(232, 109, 31, 0.9);
}

.error h3 {
	background-color: rgba(232, 109, 31);
	top: -1em;
	position: relative;
	width: fit-content;
	padding-bottom: 8px;
	margin-bottom: unset;
}
.error p {
	padding-right: 2%;
	padding-left: 2%;
	margin-top: 0;
}