
html {
  font-family: roboto, arial, sans-serif;
  font-size: 15px;
  line-height: 26px;
}

header {
  font-weight: bold;
  margin-bottom: 28px;
}

h1, h2 {
  font-size: inherit;
  margin: 6px 0;
  padding: 0;
}

h2 {
  font-size: inherit;
  font-weight: normal;
  margin: 28px 0 6px;
  padding: 0;
}

div.t { margin-top: 12px }
div.n { margin-top: 12px }
div.p { margin-top: 12px }


@media (min-width: 600px) {
  div.w { padding-left: 6em; }
  div.t { margin-left: -6em; width: 4em; text-align: right; margin-bottom: -38px }
}


p {
  margin: 6px 0;
  padding: 0;
}

p.home {
  margin-bottom: 40px;
}


html { padding: 30px 5%; }
p.m { margin-top: 12px; }
p.n { margin-top: 12px; }
p.p { }
p.q { margin-left: 4em; }

@media (min-width: 600px) {
  html { padding: 30px; }
}

span.n { display: inline-block; width: 5em; xfont-weight: bold }

span.incomprehensible {
  display: inline-block;
  background: yellow;
}

ul {
  list-style-type: none;
  margin: 12px 0;
  padding-left: 0;
}

footer {
  font-size: 10px;
  font-style: italic;
  opacity: 0.5;
  margin-top: 28px;
  text-align: center;
}

a { color: blue; text-decoration: none }
a:hover { text-decoration: underline }


