#usa_states_map {
	width: 665px; 
	height: 412px;
	margin-left: auto;
	margin-right: auto;
	background: transparent !important;
}
@media (max-width: 767px) {
	#usa_states_map {
		width: 100%;
		height: 300px;
	}
}
@media (max-width: 360px) {
	#usa_states_map {
		height: 250px;
	}
}

#usa_states_map path, #usa_states_map .rvml {
	cursor: pointer; 
}

.jvectormap-zoomin, .jvectormap-zoomout {
	display:none;
}

.jvectormap-label {
	background: #0f4bc0 !important;
	z-index: 9999;
}