#yukimap {
	position: relative;
	max-width: 500px;
	height: auto;
	margin: 0 auto;
}

#yukimap::before {
	content: "";
	display: block;
	padding-top: 113%;
	height: 0;
	width: 0;
}

#map, #N, #NNW-NW, #NW-WNW, #WNW-W {
	position: absolute;
	left: 0;
	top:0 ;
	max-width: 100%;
}

#map {
	opacity: 100%;
	border: 2px solid gray;
}

#N, #NNW-NW, #NW-WNW, #WNW-W {
	opacity: 0%;
}

#wd_selection {
	margin: 0 auto;
}

#wd_selection p{
	display: inline-block;
	text-indent: 0;
	width: 7em;
	padding: 5px 0;
	margin: 0 0 0 0;
	background: blue;
	color: white;
	border: 3px solid lightblue;
	border-radius: 10px 10px;
	text-align: center;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.4);
}

#wd_selection p:hover {
	background: lightblue;
	color: midnightblue;
	border: 3px solid blue;
}

#comment {
	background: lightblue;
	margin: 1em;
	padding: 0.5em 0.5em;
	border: 2px dashed white;
	border-radius: 5px;
	box-shadow: 0 0 0 10px lightblue;
	display: inline-block;
}

#comment p {
	color: midnightblue;
	line-height: 1em;
	font-size: smaller;
}


