.ogl-tooltipser {

	font-weight: bold;
	color: blue;
	border-bottom: 1px blue dotted;
}


.ogl-reference-info  {

  border: 2px solid #000;
  border-radius: 5px;
  background: #fcfcfc;
  color: #333;
  box-shadow: 0 3px 10px rgba(0,0,0,0.05);

}


.ogl-reference-info  .tooltipster-content {

  font-size: 14px;
  line-height: 22px;
  padding: 8px 10px;
  overflow: hidden;

}



.tooltipster-content .ogl-tooltipser {

	color: black;
	font-weight: normal;
	border: none;

}