#lines-legend h3 {}

#lines-legend .legend-boxes {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-column-gap: 1em;
}

#lines-legend .row {
}

#lines-legend .box {
	height: 1em;
	width: 1em;
	display: inline-block;
}

#lineplot~select[name*="age"] {
	color: orange;
	font-weight: bold;
}

input[type="range"] {
	width: min(95vw, 300px);
}

#small-app select {
	width:max-content;
}

#small-app .scenario {
	display:flex;
	flex-direction:column;
	align-items: center;
	margin-top:.5em;
}


@media only screen and (max-width: 600px) {

	#small-app .scenario {
		display:flex;
		flex-direction:column;
		margin-top:.2em;
		align-items: unset;
	}

}

#small-app svg {
	width:2em;
    fill: orange;
}

#small-app p.results {
	display: block;
	/*margin-top: 1em;*/
	text-align: center;
}

#small-app .numbers {
	color: orange;
	display: block;
}

#small-app .numbers {
	margin-bottom: 1em;
}

#small-app input[type="number"] {
	width: 3em;
	line-height: 1.2em;
}

/*#small-app select[name*="country"] {
	width: 50%;
}*/

#lines-legend table {
	margin: 0;
}

#lines-legend table td {
	border-top: none;
	border-bottom: none;
	padding: 0em;
	padding-right: 0.5em;
	padding-top: 0.2em;
}

#lines-legend h3 {
	margin-bottom: 0;
	font-weight: normal;
}