@CHARSET "utf-8";
#comments_pager{
    display: block;
    float: none;
    margin: 0px;
}
#comment_part {
	margin-top: 0;
	padding: 0px;
	width: 100%;
	overflow: hidden;
	vertical-align: top;
}

#comment_part #comments_display {
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#comments_display #display_title {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #d2c3c0;
	color: #ffffff;
	text-align: left;
	margin: 0;
    margin-top: 12px;
	padding-left: 1em;
	letter-spacing: 2px;
	font-size: large;
    font-family: Georgia, "Times New Roman", Times, serif !important;
}

#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;
}

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

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

#comments_display .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;
}

#comments_list_loading {
    
}

