@import url("p_main.css");

@media print
{
article
{
	margin: 0 auto;
	width: 100%;
}
article > section#choices
{
	width: 250px;
	padding-left: 10px;
	border-right: 3px dotted black;
	float: left;
}
article > section#choices > p
{
	padding-bottom: 15px;
}
#choices > p > a
{
	text-decoration: none;
	color: black;
}

#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
{
	margin: 0 auto;
	padding-right: 10px;
	padding-bottom: 20px;
}
#people > div span
{
	display: block;
	font-weight: bold;
	padding-bottom: 15px;
}
#people > div span + p
{
	display: none;
}
#people > div span + p ~ p
{
	padding-right: 10px;
}

}
