/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* print.css */
/* line 3, ../sass/print.scss */
body {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #000;
  background: none;
  font-size: 10pt;
}

/* line 3, ../sass/print.scss */
.container {
  background: none;
}

/* line 3, ../sass/print.scss */
hr {
  background: #ccc;
  color: #ccc;
  width: 100%;
  height: 2px;
  margin: 2em 0;
  padding: 0;
  border: none;
}

/* line 3, ../sass/print.scss */
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

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

/* line 3, ../sass/print.scss */
code {
  font: .9em "Courier New", Monaco, Courier, monospace;
}

/* line 3, ../sass/print.scss */
a img {
  border: none;
}

/* line 3, ../sass/print.scss */
p img.top {
  margin-top: 0;
}

/* line 3, ../sass/print.scss */
blockquote {
  margin: 1.5em;
  padding: 1em;
  font-style: italic;
  font-size: .9em;
}

/* line 3, ../sass/print.scss */
.small {
  font-size: .9em;
}

/* line 3, ../sass/print.scss */
.large {
  font-size: 1.1em;
}

/* line 3, ../sass/print.scss */
.quiet {
  color: #999;
}

/* line 3, ../sass/print.scss */
.hide {
  display: none;
}

/* line 3, ../sass/print.scss */
a:link, a:visited {
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
}

/* line 3, ../sass/print.scss */
a:link:after, a:visited:after {
  content: " (" attr(href) ")";
  font-size: 90%;
}
