@charset "utf-8";
  span[itemprop="description"] {
	display: block;
	clear: both;
	float: none;
	margin-top: 1em;
}
 span[itemprop="description"]:before {
	display: block;
	content: 'Brief Description:';
	clear: both;
	float: none;
	font-weight: bold;
}
  img {
	width: 200px;
	float: right;
	margin-left: 3em;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

 span[itemprop="url"] {
	margin-right: 2em;
 }
.small {
	font-size: small;
	font-style: italic;
}
