article.single {
	max-width: 1100px;
	margin: 50px auto;
}
article.single .post-title {
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
article.single .post-content {
	font-size:14px;
	line-height: 1.5;
	color: #333;
}
article.single .post-content p {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	article.single {
		padding: 0 20px;
	}
}