/* line 1, ../../app/stylesheets/print.scss */
body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: black;
  background: none;
  font-size: 10pt;
}

/* line 8, ../../app/stylesheets/print.scss */
.container {
  background: none;
}

/* line 11, ../../app/stylesheets/print.scss */
hr {
  background: #cccccc;
  color: #cccccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none;
}
/* line 19, ../../app/stylesheets/print.scss */
hr.space {
  background: white;
  color: white;
}

/* line 23, ../../app/stylesheets/print.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}

/* line 26, ../../app/stylesheets/print.scss */
code {
  font: 0.9em "Courier New", Monaco, Courier, monospace;
}

/* line 29, ../../app/stylesheets/print.scss */
img {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
}

/* line 33, ../../app/stylesheets/print.scss */
a img {
  border: none;
}

/* line 36, ../../app/stylesheets/print.scss */
p img.top {
  margin-top: 0;
}

/* line 39, ../../app/stylesheets/print.scss */
blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: 0.9em;
}

/* line 45, ../../app/stylesheets/print.scss */
.small {
  font-size: 0.9em;
}

/* line 48, ../../app/stylesheets/print.scss */
.large {
  font-size: 1.1em;
}

/* line 51, ../../app/stylesheets/print.scss */
.quiet {
  color: #999999;
}

/* line 54, ../../app/stylesheets/print.scss */
.hide {
  display: none;
}

/* line 58, ../../app/stylesheets/print.scss */
a:link, a:visited {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}
/* line 62, ../../app/stylesheets/print.scss */
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
}

