.size{
  width: auto;
  height: 600px;
}

.jqvmap-label
{
    border-color: #CCCCCC;
	position: absolute;
	display: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: rgb(220 215 202 / 70%);
	font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #202020;
    line-height: 35px;
	padding: 3px 22px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
    margin-top: 50px;
	position: absolute;
	left: 50px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 2px;
	color: white;
	width: 15px;
	height: 15px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}

.jqvmap-zoomin
{
	top: 10px;
}

.jqvmap-zoomout
{
	top: 30px;
}

.jqvmap-region
{
  cursor: pointer;
}

.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

#cities{		height: 480px;    overflow: auto;    padding: 25px 0px;    box-shadow: 0px 0px 35px 6px rgba(0, 0, 0, 0.3);    margin-left: -85px;    margin-top: 50px;    margin-right: 75px;    background: #e73e1d;	border-radius: 15px;
}#cities a {    color: white;}

#cities ul li {cursor:pointer} 
#cities ul li:hover{font-weight: 700}
#cities ul li a:hover{font-weight: 700}
