/*
comments styles
*/

.comment {
	clear:both;
	float:none;
	padding-left:0px;
	margin:0px 0px 20px 0px;
	display:table;
	width:100%;
}

.comment-body {
	display:table;
	width:calc(100% - 40px);
	padding:20px;
	border:solid 1px #dddddf;
	border-bottom:solid 5px #cccccf;
	background-color:#ffffff;
}

.comment-author .avatar {
	float:left;
}

.comment-body .fn {
	color:#303036;
	border:0 !important;
	background:none !important;
	padding:0px !important;
	padding-left:18px !important;
	margin:0px !important;
	font-size:24px !important;
	position:relative;
	top:-6px;
}

.comment-body a.url {
	font-weight:bold !important;
	border:0 !important;
	background:none !important;
	padding:0px !important;
	margin:0px !important;
	font-size:24px !important;
}

.comment-body a.url {
	text-decoration:underline;
}

.comment-body .says {
	display:none;
}










.comment-body .comment-metadata {
	position:relative;
	left:18px;
	margin-top:-10px;
}

.comment-body .comment-metadata a {
	font-size:12px !important;
	color:#303036 !important;
	text-transform:uppercase !important;
}

.comment-body .edit-link {
	margin-left:10px;
}

.comment-body a.comment-edit-link {
	font-size:12px;
	color:#000000;
	text-transform:uppercase;
	text-decoration:underline;
}

.comment-body a:hover.comment-edit-link {
	color:#909096;
}








.comment-body .comment-content {
	display:table;
	margin-top:20px;
	margin-bottom:20px;
	position:relative;
	left:18px;
}








.comment-body .reply {
	display:table;
	margin-bottom:10px;
	margin-right:16px;
	float:right;
}

.comment-body .reply .comment-reply-link {
	
}








.comment-form-comment label {
	display:table;
	font-size:16px;
	color:#000000;
	margin:10px 0px;
}








.comment-respond {
	clear:both;
}




.comment-reply-title {
	display:table;
	padding-bottom:60px;
	color:#000000;
}




.form-allowed-tags {
	padding:10px 0px !important;
}