div.wp-ideas-view-inner div.wp-ideas-comments p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #aaa;
	line-height: 20px;
	margin: 15px 0 0 0;
}

span.wp-ideas-comment-done, span.wp-ideas-post-done {
	font-size: 12px;
	color: #333;
	line-height: 28px;
	padding: 0 0 0 20px;
}

div.wp-ideas-comments h6.h6 {
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 1px 12px;
	border-radius: 2px 2px 0 0;
	line-height: 22px;
	background: #888;
	margin: 15px 0 0 0;
}

div.wp-ideas-comments ul.wp-ideas-commentlist, div.wp-ideas-comments ul.wp-ideas-commentlist li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div.wp-ideas-comments div.wp-ideas-comments-wrap {
	border: 1px solid #ddd;
	overflow: auto;
	height: 200px;
	margin: 0 0 15px 0;
	padding: 5px 5px 5px 15px;
	border-radius: 0 4px 4px 4px;
	-moz-border-radius: 0 4px 4px 4px;
	-webkit-border-radius: 0 4px 4px 4px;
}

div.wp-ideas-modal div.wp-ideas-view div.wp-ideas-view-inner div.wp-ideas-comments ul.wp-ideas-commentlist {
	list-style-type: none;
	background: none;
}

div.wp-ideas-comments ul.wp-ideas-commentlist li {
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	list-style-type: none;
	background: none;
}

div.wp-ideas-comment-left {
	float: left;
	width: 50px;
}

div.wp-ideas-comment-right {
	display: block;
	padding: 0 0 0 50px;
}

div.wp-ideas-comment-name {
	font-size: 12px;
	line-height: 18px;
	color: #444;
	font-weight: bold;
}

div.wp-ideas-comment-content {
	margin: 5px 0 0 0;
	line-height: 20px;
	font-size: 11px;
	color: #666;
}

span.wp-ideas-comment-ago {
	color: #999;
	font-size: 12px;
	font-family: Open Sans;
	margin: 0 0 0 30px;
	font-weight: normal;
}

span.wp-ideas-pending-comment {
	font-size: 10px;
	font-family: Open Sans;
	margin: 0 0 0 30px;
	font-weight: normal;
    border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #aaa;
	color: #fff;
	padding: 1px 7px;
	text-transform: uppercase;
}

div.wp-ideas-comments div.wp-ideas-reply a {
	float: left;
	padding: 4px 9px;
	line-height: 18px;
}