.clear{
	clear: both;
}

.comments-display{

}

.comments-display .dot{
	padding: 0 3px;
	font-size: 75%;
	color: #CCC;
	line-height: 1.4;
}

.comments-display .in-reply-to{
	display:inline-table;
}

.comments-display .in-reply-to .ui-icon{
	height:12px;
}

.comments-display .comment-length{
	font-weight:bold;
	padding-bottom:7px;
}

.comments-display .posted-comments-postbox {
	padding-top:3px;
	border-bottom:2px solid #F0F0F0;
}

ul.posted-comments {
	list-style: none;
	margin: 0;
}

ul.posted-comments li {
	padding:10px 0 0;
	border-top:1px solid #F0F0F0;
}


.avatar img{
	width:32px;
	height:32px;
}

.posted-comments-postbox .avatar{

}

.posted-comments-postbox .form{
	margin-left: 10px;
	min-width: calc(100% - 60px);
}

.posted-comments-postbox textarea, .posted-comment-form-edit textarea{
	min-width:98%;
}

.posted-comment-container{
	margin-left: 10px;
	min-width:85%;
}

.posted-comment-container .posted-comment-head{
	font-size:13px;
}

.posted-comment-container .posted-comment-head .posted-comment-author{
	font-weight:bold;
    font-size: 15px;
}

.posted-comment-container .posted-comment-foot{
	font-size:13px;
}
.posted-comment-container .posted-comment-foot .dot{
	color:#CCC;
}

ul.posted-comment-childs{
	list-style: none;
	margin-left:40px;
	padding-top:7px;
}

ul.posted-comment-childs .avatar img{
	width:28px;
	height:28px;
    margin-left: 5px;
    margin-top: 5px;
}

/*.comments-display{

}*/

.comments-display ul.dropdown-menu{
    padding: 0px !important;
}

.comments-display ul.dropdown-menu li{
    padding: 0px !important;
    font-size: 13px;
}

.comments-display ul.dropdown-menu li a{
    font-weight: 400 !important;
}

.comments-display ul.dropdown-menu li a:hover{
    color:#3498db;
}