/* --------------- Tooltips --------------- */
.tooltipheader, .tooltipbody, .tooltipbody table {
  text-align: left;
  font-size: 85%;
  padding: 2px;
  opacity: 0.9;
  color: black;
}

.tooltipheader {
	background: #8D8BC8;
	font-weight: bold;
	border-top: 1px solid #FDE3BD;
	border-left: 1px solid #FDE3BD;
	border-right: 1px solid #FDE3BD;
	border-bottom: 1px dotted #8D8BC8;
}

.tooltipbody {
	background: white;
	border-left: 1px solid #FDE3BD;
	border-right: 1px solid #FDE3BD;
	border-bottom: 1px solid #FDE3BD;
}
/* ---------------------------------------- */