
	/* Comments */
		#comments { margin-top: 15px; }
		.comment { padding: 5px; margin-bottom: 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
		.comment.active { background-color: #eeeeee; }
		.commentData { }
		.commentAuthor { font-size: 9pt; font-weight: bold; }
		.commentDate { font-size: 9pt; }
		.commentActions { font-size: 11pt; padding-left: 25px; }
		.commentBody { font-size: 11pt; padding-left: 15px; }

