.content-box > .summary{
}

.content-box > .summary > .property-box{
	border: 1px solid #dedede;
	border-radius: 20px;
	padding: 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #444;
	background-color: #FFF;
	margin-top: 15px;
}	
.content-box > .summary > .property-box.header{
	line-height: 1.5;
	font-weight: 300;
	color: #FFF;
	background-color: #3333CC;
}
.content-box > .summary > .property-box > .topic{
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 15px;
}
.content-box > .summary > .property-box > .title{
	font-size: 18px;
	font-weight: 400;
	color: #3333CC;	
}