@charset "utf-8";

.comment-bubble {
	position: relative;
	background: #3e3e3e;
	border: 1px solid #555;
	border-radius: 6px;
	margin-left:2px;
}

.post-writer .comment-bubble {
	border: 1px solid #485d7e;
}
.post-writer .comment-bubble:before {
	border-right-color: #485d7e;
}

.comment-header {
	padding-left:15px;
}
.comment-photo img {
	width:60px;
	height:60px;
	border-radius: 15%;
}
.comment-photo-hide .profile_img {
	display:none;
}
.comment-depth-0 {
	margin-left:0;
}
.comment-depth-1 {
	margin-left:20px;
}
.comment-depth-2 {
	margin-left:40px;
}
.comment-depth-3 {
	margin-left:60px;
}
.comment-depth-4 {
	margin-left:80px;
}
.comment-depth-5 {
	margin-left:100px;
}

@media all and (max-width:767px) {
	.responsive .comment-depth-1 {
		margin-left:15px;
	}
	.responsive .comment-depth-2 {
		margin-left:30px;
	}
	.responsive .comment-depth-3 {
		margin-left:45px;
	}
	.responsive .comment-depth-4 {
		margin-left:60px;
	}
	.responsive	.comment-depth-5 {
		margin-left:75px;
	}
}