@import url("main.css");

@media screen
{
article > p
{
	text-align: justify;
	padding: 10px;
	color: #000000;
	width: 48%;
	line-height: 1.4em;
}
article > p > em
{
	color: #606060;
}
article > p:first-child
{
	float: left;
	padding-left: 10px;
	padding-right: 0px;
}
article > p:first-child + p
{
	float: right;
	padding-right: 10px;
	padding-left: 0px;
}
article > p + p + div
{
	text-align: center;
	margin: 0 auto;
}
article > section
{
	padding-left: 5px;
}

article > section > div
{
	border: 2px solid #e6e6da;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 280px;
	min-height: 210px;
	height: 210px;
	max-height: 210px;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
}


article > section > div > strong
{
	/* font-size: 14px; */
	padding-left: 5px;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
  
}
article > section > div > ul
{
	list-style-type: none;
}
article > section > div > ul > li
{
	margin-left: 3px;
}
article > section > div > ul > li:before
{
	content: "\00B7";
}
}
