@import url("main.css");

@media screen
{
article
{
  margin: 0 auto;
  width: 100%;
  
}

#choices
{
	width: 500px;
	padding-left: 10px;
	border-right: 3px dotted black;
	float: left;
}
/*
#choices > div:first-child
{
	float: left;
	border: 2px solid #e6e6da;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5px;
	width: 230px;
}
*/
#choices div
{
	/* width: 260px; */
}

#choices > div > img
{
	display: block;
	padding-right: 10px;
}

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

#choices ul
{
  list-style-type: none;
  padding-left: 130px;
}

#choices ul ul
{
  padding-left: 30px;
}

#choices  li
{
  padding-left: 10px;
}

#choices li li
{
  list-style-type: none;
  padding-left: 20px;
}
#chosen
{
	float: right;
	width: 370px;
	padding-right: 10px;
}

#chosen div
{
	display: none;
	width: 370px;
	margin: 0 auto;
	padding-right: 10px;
}
#chosen div:target
{
	display: block;	
}
#chosen div:target span
{
	display: block;
	font-weight: bold;
	text-align: justify;
	padding-bottom: 20px;
}
#chosen div:target span + p
{
	text-align: justify;
}
#chosen ul
{
	list-style-type: none;
	margin-left: 30px;
}

}

