#comments .indented,
#comments .comment .comment-form,
.show-all-comments.hidden,
.comment.js-hidden {
  display: none;
}
#comments .comment_show {
  cursor: pointer;
}
.show-all-comments {
  cursor: pointer;
  font-size: 1.75em;
  font-weight:bold;
}

.comment_show  {
	font-size: 0.8em;
	display:inline;
	float:left;
}

