div.jquery-gdakram-tooltip { 
  width: 600px;
  color: white;
  font-size: 18px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	display: none;
}

div.jquery-gdakram-tooltip div.content { 
  -moz-border-radius: 5px; 
  -webkit-border-radius: 5px;
  background-color: #000;
  width: 600px; height:auto;
  float: left;
  padding: 20px; font-family:'Josefin Sans Std Light', arial, serif;
}

div.jquery-gdakram-tooltip div.content h1 {
  font-size: 16px;
  border-bottom: 1px solid #C4C4C4;
  padding-bottom: 5px;
}









