@import url("main.css");

@media screen
{
article
{
	padding: 10px;
}

article > div:first-child
{
	float: left;
	width: 267px;
}
article > div
{
	text-align: justify;
	float: right;
	width: 603px;
}
article > div > span
{
	font-weight: bold;
	/* font-size: 18px; */
	color: #c0c0c0;
	display: block;
	text-align: left;
	padding-bottom: 20px;
}
article > div > p
{
	line-height: 1.3em;
	padding-bottom: 15px;
}
}
