/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  height: 100%;
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  margin: 0;
  padding: 0; }

#map {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }

#box {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.85); }
  #box img {
    max-width: 100%; }
  @media (min-width: 420px) {
    #box {
      max-width: 420px;
      margin: 20px;
      padding: 20px; } }
h1 {
  margin-bottom: 16px;
  padding-left: 54px;
  font-size: 32px;
  font-weight: bold;
  line-height: 44px;
  background-repeat: no-repeat;
  background-image: url("/images/logo-44px.png"); }

p {
  line-height: 1.4;
  margin-bottom: 16px; }
  p:last-child {
    margin-bottom: 0; }

h2 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

h3 {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 16px; }

a {
  color: blue; }
  a:hover {
    background-color: blue;
    color: white; }

code {
  font-family: "Monaco", monospace;
  font-size: 12px; }

pre {
  width: 100%;
  overflow-x: scroll; }
