html {
	font-family: "Lucida Console", Monaco, monospace;
}
body {
	overflow-x: none;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#container {
	margin: auto;
	text-align: center;
}
#canvas-container {
	display: inline-block;
	position: relative;
}
#plot-tile,
#plot-type,
#plot-resources {
	position: absolute;
	top: 1%;
	left: 1%;
	margin: 0;
	text-shadow: 1px 1px 0 white,
				-1px -1px 0 white,
				1px -1px 0 white,
				-1px 1px 0 white;
}
#plot-type {
	top: 5%;
}
#plot-resources {
	text-align: left;
	top: 10%;
}
#modal {
	background-color: white;
	display: inline-table;
	position: absolute;
	top: 5%;
	right: 5%;
	text-align: left;
	padding: 0 5px;
}
#modal p {
	margin: 5px 0;
}
#modal-sto,
#modal-lto {
	background-color: white;
	display: inline-table;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	padding: 5px;
	transform: translateY(-50%);
	top: 50%;
}
#modal-sto p,
#modal-lto p {
	margin: 2px;
}