@page { margin: 0.79in }
html, body { font-family: Arial, sans-serif; font-size: 12pt; margin: 0.5em; }
body, section, p, h1 { 
	font-family: Arial, sans-serif; font-size: 12pt; 
	margin-left: auto !important; margin-right: auto !important;
}

h1 { font-size: 36pt; }

p { margin-top: 10pt }

ol.spread li, ul.spread li { 
	margin-top: 1.5em; margin-bottom: 1.5em;
}

li { margin-top: 0.5em }

nav {
  border-bottom: 1px solid black;
  margin: 1em 0;
}

nav.crumbs ol {
  list-style-type: none;
  padding-left: 0;
}

nav.crumbs li {
  display: inline-block;
  font-size: 70%;
  text-wrap: nowrap;
}

nav.crumbs li a::after {
  display: inline-block;
  color: #000;
  content: ">";
  font-weight: bold;
  padding: 0 3px;
}

.maploc { 
  display: inline-block; 
  border: 0.125em solid red; border-radius: 0.9em; 
  padding: 1px 3px; 
  line-height: 1.25em; 
  height: 1.125em;
  font-size: 0.75em;
}
.maploc.rect { border-radius: 0 }

.small { font-size: 9pt }
.center { text-align: center; margin-left: auto !important; margin-right: auto !important }
.todo { color: red !important; background-color: yellow !important; }
