.d-comments a {
    cursor: pointer;
}
.d-comments .avatar{
	height:50px;
  width: 50px;
	border-radius: 50%;
	max-width: 50px;
}
.d-comments .reply-avatar{
	height: 25px;
	width: 25px;
	border-radius: 50%;
	max-width: 25px;
}
.d-comments p{
    font-size: 15px;
}
.d-comments a{
    font-size: 14px;
}
.d-comments .d-user-name{
	font-weight: bold;
}
.current_user_comment_box{
	margin-bottom: 20px;
}
.d-comments textarea.form-control {
    padding: 15px;
    width: 100%;
    margin-bottom: 10px;
}
