/* the toggler header */
.toggler {
	color:#fff;
	background:#c00;
	padding-left: 3px;
	margin: 0px;
	border:none;
	border-top: 1px solid #c15c5c;
	border-bottom: 1px solid #870000;
	cursor: pointer;
}
/* the content */
.accordion {
	margin: 0px;
	padding: 3px;

}
/* active toggle header */
.active {
	background: #666;
	color:#fff;
}

#tooltip {
	border: 1px solid #c00;
	background-color: #f6f6f6;
	opacity: 0.85;
	padding: 5px;
}
#tooltip h3, #tooltip p { margin: 0; }
