@import url("main.css");

@media screen
{
article
{
	margin: 0 auto;
	width: 100%;
}
#choices
{
	width: 250px;
	padding-left: 10px;
	border-right: 3px dotted black;
	float: left;
}
#choices > p
{
	padding-bottom: 15px;
}

#choices > span:first-child
{
  /* text-align: center; */
  font-family:sans-serif;
  font-weight: bold;
  color: #c0c0c0;
  display: block;
  padding-bottom: 20px;
}

#people
{
	float: right;
	width: 600px;
}

#people > div
{
	display: none;
	margin: 0 auto;
	padding-right: 10px;
	text-align: justify;
}
#people > div:target
{
	display: block;
}
#people > div:target span
{
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
}
#people > div:target span + p
{
	text-align: right;
	float: right;
}
#people div:target span + p ~ p
{
	padding-right: 10px;
	padding-bottom: 20px;
	width: 450px;
}

}

