/*
Styles for short/minimal comment display
*/
.shortComments {
	clear: both;
	margin-top: 1.5em;
	color: #999;
	font-size: .8em;
	line-height: 1.3em;
	background-color: #fff;
}
.shortComment {
	position: relative;
	border-top: 1px solid #eee;
	margin: 0;
	padding: .5em 15px .5em 0;
}
.shortComment:last-child {
	border-bottom: 1px solid #eee;
}
.shortComment .avatar {
	position: relative;
	float: left;
	width: 24px;
	margin: 2px 10px 0 0;
}
.shortComment .body {
	position: relative;
}
.shortComment p {
	display: inline;
}
.shortComment a {
	text-decoration: none;
}
.shortComment a:hover {
	text-decoration: underline;
}
textarea.commentBody {
	width: 100%;
	font-size: inherit;
	font-family: inherit;
	resize: none;
	outline: none;
	border: 1px solid #eee;
	padding: 5px;
	background-color: #f8f8f8;
}
textarea.commentBody::placeholder {
	color: #ccc;
}
textarea.commentBody:focus {
	border-color: #ccc;
}
a.deleteCommentLink {
	display: none;
	position: absolute;
	top: .5em;
	right: .5em;
	font-weight: bold;
	color: #666;
}
.shortComment .badge {
	font-size: 8px;
}