#wander-map {
	width: 100%;
	height: 600px;
}

wander-map-container {
	background-color: #f8f8f8;
	margin: auto;
}

#wander-map-cover {
	background-color: #f8f8f8;
	height: 125px;
	padding: 25px;
	border-bottom: solid;
	border-bottom-color: #d3d3d3;
	border-bottom-width: 1px;
	position: relative;
}

#wm-initial-message {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #222;
	text-align: center;
	margin: 0;
}

#wm-cover-data {
	float: left;
}

#wm-cover-title {
	color: #FFF;
	padding: 0;
	margin: 0;
}

#wm-cover-text {
	color: #FFF;
	padding: 0;
	margin: 0;
}

#wm-cover-button {
	background-color: #fff;
	text-align: center;
	padding: 10px;
	width: 200px;
	color: #000;
}

#wm-cover-button-anchor {
	float: right;
	display: none;
}

#wm-cover-button:hover {
	color: #222;
}

/** Country List Styling */
.countries-list ul {
	list-style-position: inside;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

@media screen and (max-width: 550px) {
	
    .countries-list ul {
		list-style-position: inside;
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
		margin-left: 0;
	}	
	
}