:root {
	--pseudo-background: blue;
}
h1 {
	text-align: center;
}
body::before {
	background: var(--pseudo-background);
	background-size: cover;
	background-repeat: none;
	content: '';
	opacity: .1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -99;
}
body::after {
	content:'';
}
body {
	width:1024px;
	margin:0 auto;
}

ul.no-bullets {
	list-style-type: none; /* Remove bullets */
	padding: 0; /* Remove padding */
	margin: 0; /* Remove margins */
}
li {
	margin-bottom: 8pt;
}
li a {
	font-size: 14pt;				
}

.js-form {
	margin-bottom: 8px;
}

#inputs {
	text-align: center;
}

#results {
	max-height: 44vw;
	overflow-y: auto;
}