.comments {
	margin-top: 0;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}

.comments .comments_display {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.comments_display .title {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #d2c3c0;
	color: #ffffff;
	text-transform:uppercase;
	text-align: left;
	margin: 0;
	padding-left: 1em;
	letter-spacing: 2px;
	font-size: large;
}

.comments_display .comment {
	margin-bottom: 0.5em;
	padding: 1em;
}

.comments_display .comment .avatar {
	display: inline;
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 0.5em;
	background-color: #cccccc;
}

.comments_display .comment .commenter_name {
	font-weight: bold;
}

.comments_display .comment .content {
	display: block;
	overflow: hidden;
	left: 9%;
	position: relative;
	text-align: left;
	padding: 0;
}

.comments_display .comment .content p {
	margin: 0;
	margin-bottom: 1em;
}
.comment .footer {
	position: relative;
	bottom: 0;
	left: 19%;
	width: 81%;
	text-align: right;
	margin-top: 1em;
	padding: 4px;
	border: solid 1px #808080;
}

.comment .footer ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	left: 1em;
}

.comment .footer ul li {
	display: inline-block;
	margin: 0;
	margin-right: 1em;
	padding: 0;
	text-align: left;
}
.comments_display .comment .footer .created_at {
	display: inline;
	vertical-align: top;
}

