section.content-wrapper{
	-overflow: hidden;
	display: table-row;
	position: relative;
}
section.content-wrapper h1{
	margin: 0;
	font-size: 18px;
	padding: 15px 15px 0 15px;
	font-weight: normal;
	font-style: italic;
	color: #00a7d1;
}
section.content-wrapper article.content{
	font-size: 12px;
	color: #686868;
}
section.content-wrapper article.content header{
	margin: 0;
}
section.content-wrapper article.content>div{
	padding: 15px 15px 15px 15px;
	margin: 0;
	line-height: 18px;
}
section.content-wrapper article.content>div .lead{
	margin-bottom: 15px;
}
section.content-wrapper article.content>div p{
	margin: 0 0 10px 0;
}
section.content-wrapper article.content footer{
	margin: 0;
	padding: 15px;
}
section.content-wrapper section.content-comments{
	width: 405px;
	background-color: #f2f2f2;
	display: table-cell;
	vertical-align: top;
}
section.content-wrapper section.content-comments div.comments-box{
}
section.content-wrapper section.content-comments div.comments-box form{
	width: 326px;
}
section.content-wrapper section.content-comments div.comments-box form textarea{
	width: 282px;
}
section.content-wrapper section.content-comments div.comments-box .comment{
}
section.content-wrapper section.content-comments div.comments-box .comment p{
	width: 328px;
}
