h2 {
	padding-left: 5px;
	margin-bottom: 10px;
}
form {
	box-shadow: initial;
	padding: initial;
	margin: initial;
	overflow: initial;
}
legend {
	font-weight: bold;
}
.required::after {
	content: " *";
	color: red;
	font-weight: bold;
	padding-right: .17ch;
}
fieldset>div {
	display: flex;
}
fieldset>div.vertical {
	flex-direction: column;
	flex-wrap: wrap;
}
fieldset>div.horizontal>* {
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
	display: flex;
	justify-content: flex-end;
	margin: 5px !important;
	padding-bottom: 5px;
	text-align: center;
}
fieldset>div * {
	justify-content: space-between;
}
fieldset>div.horizontal * {
	flex: 1 1 0;
	flex-direction: column;
	flex-wrap: wrap;
}
input {
	flex: 0 1 auto !important;
}
input[type="number"] {
	margin-right: 5px;
	width: 70px;
}
input[type="number"]:not(:first-child) {
	margin-left: 5px;
}
label {
	font-weight: inherit;
}
figure {
	margin: 0;
}
figcaption {
	margin: 2px 2px;
}
 p:nth-last-child(2) {
	margin-bottom: 0;
}
p:last-child {
	margin: 0;
}
select {
	margin-bottom: 5px;
}
.control-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.control-container>* {
	flex: 1 1 0;
	flex-basis: 0;
}
/* #select-container select {
	display: block;
} */
#filter-container, #stack-container {
	visibility: hidden;
	margin-bottom: 10px;
}
#chart-container {
	height: 500px;
}