
.ts_stats-map {
	font-family: 'Open Sans', sans-serif;
	width: 258px;
	height: 194px;
	background: #12a3d1;
	margin: 0px;
	padding: 0px;
	border:none;
}


.jqvmap-label {
	position: absolute;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #003269;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px 6px;
	line-height: 1.3em;
	pointer-events:none;
}
.jqvmap-pin {
  	pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	color: #12a3d1;
	background: #fff;
	border:solid 2px #99d3e6;

	position: absolute;
	left: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	font-family: 'Arial', sans-serif;
	font-weight: bold;
}
.jqvmap-zoomin
{
	top: 10px;
	left: 12px;
}
.jqvmap-zoomout
{
	top: 34px;
	left: 12px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
