/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font: inherit;
        vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
        display: block;
}
body {
        line-height: 1rem;
        margin: 1rem;
}
ol, ul {
        list-style: none;
}
blockquote, q {
        quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
        content: '';
        content: none;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}

/* App Style */
h1 {
  font-family: Garamond, serif;
  margin-bottom: .1rem;
}

h2 {
  font-size: small;
  margin: .5rem .1rem .2rem;
}

small {
  font-family: monospace;
  font-size: 80%;
}

ul {
  font-family: Helvetica, sans-serif;
}

li {
  margin-bottom: .2rem;
  list-style-type: none;
}

li > div {
  font-style: italic;
  margin: 1rem 1rem 2rem;
}

a[target='_blank']:not(.quick-nav a)::after {
  content: ' \29C9';
  margin-right: .5rem;
}

div.quick-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 1rem;
}

div.quick-nav-button {
  display: flex;
  flex-direction: column;
  /* padding: 1rem; */
  text-align: center;
}

.quick-nav-button a {
  background-color: #eee;
  color: #666;
  text-decoration: none;
  padding: 1rem;
}

.quick-nav-button:hover,
.quick-nav-button:hover a {
  background-color: #666;
  color: #eee;
}

.quick-nav-button a small {
  display: block;
}

/* xsl specific */
.sitemap-xsl {
  font-family: sans-serif;
}

.sitemap-xsl h1 {
  font-family: serif;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 1rem;
  text-decoration: underline;
}

.sitemap-xsl table {
  width: 100%;
  margin: 1rem;
  padding: 1rem;
  text-align: left;
}

.sitemap-xsl tr th {
  font-family: serif;
  font-size: larger;
  font-weight: bold;
  padding-bottom: 1rem;
}

.sitemap-xsl tr th,
.sitemap-xsl tr td {
  padding: .5rem;
}
