
.comments {
}

.comment {
	margin-bottom: 10px;
}

.comment-body {
	border: 1px dotted #eee;
	padding: 3px 5px;
}

.comment-info {
	color: #aaa;
}

.comment-text {
}

.comment-body.comment-form {
	padding: 0;
	border: none;
}

.comment-indent {
	font-family: monospace;
	font-size: 50px;
	line-height: 20px;
	overflow: hidden;
	padding-right: 0;
}
.media-left.comment-indent {
	padding-right: 0;
}

.comment-btn-reply {
	visibility: hidden;
}

.comment:hover .comment-btn-reply {
	visibility: visible;
}