
body {
  background-color: lightblue
}

#title {
	text-align: center;
}

#instructions {
	margin: 0 auto;
	width: 400px;
	text-align: center;
	font-style: italic;
}

div.choice {
	background-color: lightgrey;
	height: 60px;
	line-height: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-style: solid;
	border-color: black;
}

div.choice:hover {
   background-color: grey;
}

a {
	text-decoration: none
}


p.humanLabel {
	color: black;
	font-weight: bold;
	font-size: 32px;
	margin: 6px;
	padding: 0;
	height: 20px;
}

p.humanDescription {
	color: black;
	font-style: italic;
	font-size: 12px;
	margin: 6px;
	padding: 0;
	height: 10px;
}

:checked + div.choice {
   font-weight: bold;
   background-color: darkblue;
   color: white;
}


#checkboxes div.column {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

#tracker {
	text-align: center;
}