/* HCB related CSS */
	
	#HCB_comment_box .home-desc {
		display: none !important;
	}
	
	#HCB_comment_box .hcb-comment-tb button.hcb-like {
	 display: none !important; 
	}
	
	#HCB_comment_box .comment {
	 padding: 1px 10px 10px 10px;
	 background: #f2e1d6;
	}
	
	#HCB_comment_box .date {
	 color: black; 
	}
	
	#HCB_comment_box .comment img {
	  width: 200px;
	}
	
	#HCB_comment_box .comment b.author-name {
	 color: #1f8f2a; 
	}
	
	#HCB_comment_box .hcb-comment-tb button {
	  color: #e60000;
	  text-decoration: none; 
	}
	
	#HCB_comment_box h3 {
		text-align: center;
		font-family: Arial, sans-serif;
		font-size: 20pt;
		color: #e60000;;
	}
	
	#HCB_comment_box textarea,
	#HCB_comment_box input.text {
	 border: 1px solid #ddd;
	 border-left: 1px solid #ccc;
	 border-top: 1px solid #ccc;
	 background: white;
	}
	
	#HCB_comment_box #hcb_form .btn, #HCB_comment_box #HCB_comment_form_box .btn {
		margin: 10px 10px 10px 10px;
		padding: 10px 10px 10px 10px;
		background: white;
		color: black;
	}