.tooltip {
	margin: 0;
	padding: 0;
	background-color: #333;
	padding: 5px;
	border: 1px solid #333;
	line-height: 16px;

    -moz-border-radius:     3px;
    -webkit-border-radius:  3px;
}

.tooltip .tooltip-heading {
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 7px;
	border-bottom: 1px solid #BFE8E4;
}