/* Comments overview section */
body.page-node.section-comments .region-content .block {
	width: 100%;
}

body.page-node.section-comments .views-view-grid.cols-3 td {
	width: 33%;
}

/* Comments on pages */
#comments .comment {
	border: thin solid #eee;
	font-size: 90%;
	margin-bottom: 5px;
	padding: 5px;
}

#comments .comment .submitted {
	color: #555;
}

#comments .comment p {
	margin: 0;
}

/* Cancel out comment intendation */
#comments .indented {
	margin-left: 0;
}

#comment-form .form-item {
	margin: 10px 0;
}

/* Don't show filter tips for comments */
#comments .filter-wrapper {
	display: none;
}