div.jquery-gdakram-tooltip {
	width: 380px;
	color: white;
	font-size: 14px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
 width: 210px;
}


div.jquery-gdakram-tooltip div.content {
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  width: 380px; 
  float: left;
  padding: 10px;
  text-align:center;
    width: 210px;
}
div.jquery-gdakram-tooltip div.content:after {
    content: "";
    position: absolute;
    bottom:5px;
    left:20%;
    border-top: 15px solid ;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin-left: -8px;
	background:none;	
 }


div.jquery-gdakram-tooltip div.up_arrow {
  background : url('images/up_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip div.down_arrow {
  background : url('images/down_arrow.png') 60px 0px no-repeat;
  width: 100%;
  height: 20px;
}

div.jquery-gdakram-tooltip div.left_arrow {
  height: 100%;
}

div.jquery-gdakram-tooltip div.left_arrow {
  float:left;
  background : url('images/left_arrow.png') 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 40px;
  left: 0px;
}

div.jquery-gdakram-tooltip div.right_arrow {
  float:right;
  background : url('images/right_arrow.png') 0px 0px no-repeat;
  width: 20px;
  height: 20px;
  position: relative;
  top: 40px;
  right: 20px;
}

@media screen and (min-width: 1399px) and (max-width: 1400px){
div.jquery-gdakram-tooltip {
    width: 180px !important;
}
div.jquery-gdakram-tooltip div.content {
    width: 180px !important;
}
div.jquery-gdakram-tooltip div.content h3{
  font-size: 23px;
}
}

@media screen and (min-width: 1024px) and (max-width: 1200px){
div.jquery-gdakram-tooltip {
    width: 170px !important;
}
div.jquery-gdakram-tooltip div.content {
    width: 170px !important;
}
div.jquery-gdakram-tooltip div.content h3{
  font-size: 23px;
}
}

@media (max-width: 768px) {

div.jquery-gdakram-tooltip {
  left: 280px !important;
}
.paddind5 {
    text-align: center;
}
div.jquery-gdakram-tooltip div.content:after {
    content: "";
    bottom: -9px;
}
}
@media (max-width: 520px){
div.jquery-gdakram-tooltip {
    left: 100px !important;
}
}

