html,body{
	height: 100%;
    margin: 0;
}

.countryMapBtn{
	align-self: self-start;
	position: relative;
	width: 54px;
	cursor: pointer;
}

.countryMapBtn svg{
	width: 54px;
}

.countryMap{
position:relative;display:table;
min-width:330px;
text-align:right;
  z-index:1;

-webkit-user-select: none; /* Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
    background: #ffffffa8;

}

.countryMap ul{list-style: none;margin: 0;padding: 0;}

.countryMap .map{
	display: block;
    flex-direction: column;
	//width: 100%;
    //max-width: 700px;	
	box-shadow: 2px 2px 12px black;
}

.countryMap .cities{
	display:none;
	position: fixed;
    flex-direction: column;
	width: 200px;
	min-height: 100px;
    background: #fff;
	max-height: 160px;	
	overflow-y: auto;
}

.countryMap .cities li{
	padding: 5px;
	cursor:pointer;
}

.countryMap .cities li:hover{
	background:#a4dfff;
}

.countryMap .theMap{
    display: flex;
}

.countryMap .theMap svg path[mcounty], .countryMap .theMap svg path[water], .countryMap .theMap svg text[mcounty],
.countryMap .theMap svg #cntryBtnClose, .countryMap .theMap svg #cntryTxtClose{
	cursor:pointer;
}

.countryMap .map .header,.countryMap .map .footer{
	display: none;
    text-align: center;
	background: #ffffffb0;
	padding: 4px;
}
