html, body {
	height: 100%;
}
body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
#tutor {
	position: absolute;
	top: 4px;
	left: 4px;
}
#draw, #draw > svg {
	height: 100%;
	width: 100%;
}
#draw > svg {
	box-sizing: border-box;
	padding: 10px;
}
#tip {
	background: #fff;
	border: 1px solid #444;
	position: fixed;
	white-space: nowrap;
	margin: 10px 0 0 10px;
}
.mobile #tip {
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
#tip-county, #tip-state {
	padding: 2px 4px;
}
#tip-county {
	border-right: 1px solid #aaa;
}
#tools {
	display: inline-block;
	position: fixed;
	bottom: 0;
	right: 0;
	margin: 0 10px 10px 0;
}
