/* line 17, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, /usr/local/opt/rbenv/versions/2.1.2/lib/ruby/gems/2.1.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/* line 5, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
html {
  height: 100%; }

/* line 9, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%; }

/* line 15, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
#map {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0; }

/* line 23, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
#box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  max-width: 400px;
  margin: 20px;
  padding: 20px;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8); }
  /* line 34, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
  #box img {
    max-width: 400px; }

/* line 39, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
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"); }

/* line 49, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
p {
  line-height: 1.4;
  margin-bottom: 16px; }
  /* line 53, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
  p:last-child {
    margin-bottom: 0; }

/* line 58, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
h2 {
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; }

/* line 65, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
h3 {
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 16px; }

/* line 71, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
a {
  color: blue; }
  /* line 74, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
  a:hover {
    background-color: blue;
    color: white; }

/* line 80, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
code {
  font-family: "Monaco", monospace;
  font-size: 12px; }

/* line 85, /Users/tom/projects/satellite-eyes/site/source/stylesheets/site.css.scss */
pre {
  width: 100%; }
