div.comment{
	padding:5px;
}
li.cmItem{
	padding: 20px 10px 20px;
	list-style:none;
	border-bottom: 1px solid #eaeaea;
}
div.cmMeta{
	float:left;
}
div.comment_content{
	font-size:13px;
	color: #484848;
	margin-left:180px;
}
div.comment_content::after{
	content:"";
	display:block;
	clear:both;
}
div.comment_time{
	display:inline-block;
	font-size: 12px;
	color: #909090;
	text-align:center;
}
div.comment_author a{
	text-decoration:none;
	color: #484848;
	font-weight: 700;
	font-size:12px;
}
div.comment_content p{
	margin:0;
}
div.pagination{
	text-align:center;
	margin:10px 0;
}
div.pagination a{
	text-decoration:none;
	color: #484848;
	padding:0 2px;
}
div.comment_list{
    border-top: 3px double #dedede;
}
div.do_action{
	text-align: right;
}
div.do_action::after{
	content: '';
	clear:both;
	display:block;
}
div.do_action a{
	text-decoration:none;
	color:#484848;
	font-size:12px;
}
div.text_editor{
	padding:15px 10px;
}
textarea#text_editor{
	width:100%;
	border-color: #cacaca;
}
div.btn_insert{
	margin-right:10px;
	text-align:right;
}
button.btn_insert{
	background:#6699f7;
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
	color:#ffff;
}
button.btn_insert:hover{
	background:#f76666;
}
div.editor.re_comment{
	margin-top:30px;
	border-top: 1px solid #dedede;
}
div.re_comment{
	margin-top: 30px;
	border-top: 1px solid #dedede;
	padding: 10px 0;
}
li.cmt_re{
	background:#f7f7f7;
}
img.cmt_re{
	float:left;
	position: relative;
	left: -35px;
	top: -10px;
	width: 15px;
}
img.cmt_re:after{
	content:'';
	clear:both;
}
i.close_re_comment{
	float:right;
	cursor: pointer;
	font-size: 15px;
	position: relative;
	bottom: -5px;
}
div.editor-fn{
	margin: 10px;
}
a.switch-editor-bt{
	float:left;
	border: 1px solid #c3c3c3;
	padding:2px 5px;
	color: #6d6d6d;
	margin-bottom: 5px;
	border-radius: 3px;
	font-size: 13px;
	cursor: pointer;
	text-decoration:none;
	background:#ffffff;
}
i.voted{
	margin: 0 3px;
}
i.xi-thumbs-up.voted{
	color:#ff6d82;
}
i.xi-thumbs-down.voted{
	color:#8c8c8c;
}
span.voted_count{
	color:#ff6d82;
}
span.blamed_count{
	color:#8c8c8c;
	margin-right:10px;
}
div.parent_nick{
	color:#0096de;
}

@media screen and (max-width: 768px) {
	div.comment_content{
		margin-left : 70px
	}
	li.cmt_re div.comment_content{
		margin : 0 0 0 90px
	}
}