.tooltipster-noir {
	border-style: solid;
  border-width: 2px;
  border-color: rgb(112, 129, 150);
  background-color: rgb(255, 234, 155);
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding:5px;
  
	
}
.tooltipster-noir .tooltipster-content {
	/*font-family: 'Georgia', serif;*/
	font-size: 16px;
	line-height: 16px;
	padding: 8px 10px;
	
}

.my-tooltip {
	background: #dddddd;
	font-size: 16px;
	/*vertical-align: top;*/
	cursor: pointer;

	border: 0 solid #ff44a2;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	-khtml-border-radius: 2px 2px 2px 2px;
	/*vertical-align: super;*/
	padding-left: 1px;
	display: inline-block;
	padding-right: 1px;
	line-height: 1;
	text-align: left;
	text-indent: 0;
	/*font-weight: bold;*/
}

