
div.posts{
	padding:0 50px;
	position: relative
}

.pre{
	left: 0;
}
.next{
	right: 0;	
}
.pre,.next{
	position: absolute;
	top: 30%;
	font-size: 30px;
	color: #cdcdcd;
	cursor: pointer;
	display: none;
}
.category{
	background-color: #df2d4f;
	color:#FFF;
	padding: 0.1em;
	margin:0 0.2em;
}
.insert_pic{

	max-width:400px;
	margin-top: 2%;
	margin-bottom: 5%;
	margin-right: 3%;
}

.post-description .content{
	color: #123;
	position: relative;
}


.comments{
	color:#CC0066;
	font-size: 0.9em;
	margin-top:6em; 
}
.comments .comment{
	margin-bottom: 40px;
	color: #222;
}
.comments .panel-body{
	position: relative;
}
.comments  .subject .header{
	position: relative;
}
.comments    .header .title{
	font-size:1.3em;
	color:#339933;
}
.comments .subject  .header .floor{
	position: absolute;
	right: 20px;
}
.comments    .text{
	margin-top:1.5em; 
	color: #020;
}
.comments   .time{
	margin-left: 30px;
	color:#999999;
}
.comments  .reply_list {
	margin-left: 3.0em;
	margin-top: 1.0em;
	list-style: none;
}
.comments  .reply_list .reply_item{
	border-top:1px solid #ddd; 
	padding-top: 1.0em;
	margin-top: 1.0em;
	color:#999999;
	position: relative;
}
.comments  .reply_list .reply_item .reply_to_username{
	font-weight: 800;
	color: #aae;
}

.comments .panel-body .reply_button{
	position: absolute;
	top: 50px;
	right: 20px;
}
.comments   .reply_list  .reply_item .reply_button{
	position: absolute;
	top:40px;
	right: 10px;
}
.comments   .reply_form_panel{
	display: none;
	overflow:hidden; 
}
.comments   .reply_form{
	display: none;
	overflow:hidden; 
}