.jquery-gdakram-tooltip { 
	color: white;
	font-size: 14px;
	position: absolute;
	z-index: 10000;
	top: 0px;
	left: 0px;
	display: none;
	margin-top: -13px;
	text-transform: uppercase;
}

.jquery-gdakram-tooltip .content { 
	float: left;
	margin-left: 69px;
}

.hover-border{
	border-left: 1px solid #fff;
	height: 170px;
}

.hover-border1{
	border-left: 1px solid #fff;
	height: 400px;
}

.hover-border2{
	border-left: 1px solid #fff;
	height: 300px;
}

@media only screen and (max-width: 1919px) and (min-width: 1600px) {
	.hover-border{
		height: 170px;
	}
	
	.hover-border1{
		height: 400px;
	}
	
	.hover-border2{
		height: 300px;
	}
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
	.hover-border{
		height: 100px;
	}	
	
	.hover-border1{
		height: 260px;
	}
	
	.hover-border2{
		height: 220px;
	}
}

@media only screen and (max-width: 1279px) and (min-width: 1024px) {
	.hover-border{
		height: 70px;
	}
	
	.hover-border1{
		height: 210px;
	}
	
	.hover-border2{
		height: 170px;
	}
}
