.title {
	font-size: 150%;
	font-weight: bold;
	width: 520px;
	text-align: center;
}

.wrapper {
	position: relative;
	background-image: url("../img/m59-uwmap.png");
	width: 526px;
	height: 527px;
}

.aboutWindow {
	font-size: 90%;
	max-width: 30em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0.5em;
}

.nodeHelp {
	background-image: url("../img/SolidBlack.png");
	border: 1px solid #fff;
	position: absolute;
	padding: 0.5em;
	top: 180px;
	left: 200px;
	text-align: center;
}

.resultsWindow {
	border: 1px solid #888;
	font-size: 125%;
	min-height: 1.5em;
	font-weight: bold;
	text-align: center;
	vertical-align: center;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.uwNodeButton {
	position: absolute;
	border: 1px solid #000;
	background-color: #555;
	border-radius: 10px;
	box-shadow: 2px 2px 0px 0px #000;
	margin: 5px;
	padding: 5px 25px 5px 25px;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */}

.uwNodeButton img {
	width: 1.5rem;
}

.uwNodeButton:hover {
}

.uwNodeButtonOn {
	background-color: #8f8;
}

.button0 {
	top: 25px;
	left: 85px;
}
.button1 {
	top: 25px;
	left: 325px;
}
.button2 {
	top: 300px;
	left: 400px;
}
.button3 {
	top: 425px;
	left: 225px;
}
.button4 {
	top: 300px;
	left: 25px;
}
