@media screen {
	.comment-bubble {
		margin-bottom:10px;
		position:relative;
	}
	
	.comment-bubble .comment-bubble-wrapper {
		border:1px solid #CCC;
		background:#FFF;
		position:relative;
	}
	
	.comment-bubble .comment-bubble-wrapper blockquote {
		margin:0px;
		padding:10px;
		background:none;
		font:14px Arial;
	}
	.comment-bubble .comment-indicator {
		position:absolute;
		background:url('http://www.bncontabil.com.br/components/comentarios/images/bubble-indicator.gif') no-repeat;
		width:13px;
		height:8px;
		bottom:-8px;
		left:20px;
	}
	.comment-bubble cite {
		padding-top:10px;
		display:block;
		font:11px Arial;
	}
}

@media print {
	.comment-bubble { display:none }
}