.commentlist {
	display: none;
}

.commentblockhead {
	margin-bottom: .5em;
}

.comment {
	border: 2px solid black;
	background: white;
	margin-bottom: .8em;
	padding: .8em;
}

.commenthead {
	margin-bottom: .5em;
}

.commentauthor, .commenttimestamp {
	font-weight: bold;
	display: inline;
}

.commentloading, .nocomments {
	background: white;
	color: grey;
	padding: .3em;
	border: 1px dotted black;
	margin-bottom: .5em;
}

.commentloading {
	display: none;
}
