#map {
position:absolute;
max-height:800px;
/*max-width: 1024px;*/
width: 100%;
height: 700px;
}
#map .jvectormap-container{
	height: 100%;
}
#map svg {
	width:  100%;
	height: 100%;
}

.jvectormap-tip {
	background: rgb(255,255,255);	
	color: rgb(0,0,0);
	font-size: 10px;	
}

.jvectormap-tip h3 {
		font-size: 14px;
		padding: 0 0 5px 0;
		font-weight: 700;
	}