.content{
	background:#FFF;
	color:#000;
}
h1{
	font-size:24px;
	color:#000;
	margin-top:30px;
}
.post-content{
	padding:0 10px;
	margin-bottom:40px;
}
.post-content p{
	margin-bottom:15px;
}
.post-content p:last-child{
	margin-bottom:0;
}
.post-content ul{
	margin-left:20px;
	list-style:disc;
	margin-bottom:20px;
}
.post-content ul li{
	margin-bottom:10px;
}
.post-content ul li:last-child{
	margin-bottom:0;
}
.post-content table{
	margin-bottom:20px;
}