h1 { margin: 0 1rem; }
form {	margin-left: 2rem;
	margin-right: 2rem; }
table.results {
	margin-left: 0.5rem;
	margin-top: 0.5rem;
	border-spacing: 0 0.1rem; }
table.results tr:nth-child(odd) td { background-color: hsl(0deg 0% 80%); }
table.results tr:nth-child(even) td { background-color: hsl(0deg 0% 90%); }
table.results tr td { padding-left: 0.2rem; margin: 0; }
table.results tr td:nth-child(1) { 
	border-top-left-radius: 0.5rem; 
	border-bottom-left-radius: 0.5rem; } 
table.results tr td:last-child { 
	border-top-right-radius: 0.5rem; 
	border-bottom-right-radius: 0.5rem; } 
