* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

body, html {
	width: 100%;
	height: 100%;
	font-family: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

html {
	font-size: 87.5%;
}

#main {
	width: 100%;
	height: 100%;
	padding: 1em;
	padding-top: 2em;
	padding-left: 2em;
}

h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 1em;
}

#coord {
	display: inline-block;
	line-height: 160%;
	padding-top: 1.5em;
}

#description {
	display: inline-block;
	/*max-width: 30em;*/
	line-height: 150%;
}

#description em {
	display: inline-block;
	padding-top: 2em;
}

span[title] {
	text-decoration: underline dotted #00000040;
	cursor: help;
}