@charset "UTF-8";
/* CSS Document */
/* trigger button */
.detalhes {
}
/* tooltip styling */
.tooltip {
	display:block;
	padding:10px;
	width:250px;
	font-size:11px;
	color:#fff;
	z-index:3;
	background-color:#420a07;
	border:1px solid #75110c;
}
