.ct_hidden{
	display: none;
}

.ct_comment_info{
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 15px;
}
.ct_comment_titles
{
	border-bottom: 1px solid gray !important;
	background: inherit;
	margin-bottom: 15px;
}
p.ct_comment_info_title{
	display: inline-block;
}
p.ct_comment_logo_title{
	float:right;
	display: inline-block;
}
.ct_comment_logo_img{
	height: 12px;
	vertical-align: text-top;
	box-shadow: transparent 0 0 0 !important;
}
		
.ct_this_is{
	padding: 2px 3px;
	cursor: pointer;
	white-space: nowrap;
	color: black !important;
	background: rgba(230,230,230,1);
	border: 1px solid #777;
	border-radius: 4px;
}
.ct_this_is_spam{

}
p.ct_feedback_wrap{
	display: none;
	position: absolute;
	top: 5px; left: 0px;
	height: 100%;
	background: white;
	padding: 2px 6px;
	border-radius: 3px;
}
	.ct_feedback_result{display: none; text-decoration: underline;}
		.ct_feedback_result_spam{color: red;}
		.ct_feedback_result_not_spam{color: green;}
	
	.ct_feedback_msg a{color: green !important; text-decoration: underline;}
	
	.ct_feedback_success{color: green;}
	.ct_feedback_error{color: red;}
	.ct_feedback_no_hash{color: blue;}