/* line 5, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/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, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@page {
  margin: 0;
}
/* line 4, ../sass/paper.scss */
body {
  margin: 0;
}

/* line 5, ../sass/paper.scss */
.sheet {
  margin: 0;
  position: relative;
  box-sizing: border-box;
  page-break-after: always;
}

/** Paper sizes **/
/* line 14, ../sass/paper.scss */
body.A3 .sheet {
  width: 297mm;
  height: 419mm;
}

/* line 15, ../sass/paper.scss */
body.A3.landscape .sheet {
  width: 420mm;
  height: 296mm;
}

/* line 16, ../sass/paper.scss */
body.A4 .sheet {
  width: 210mm;
  height: 296mm;
}

/* line 17, ../sass/paper.scss */
body.A4.landscape .sheet {
  width: 297mm;
  height: 209mm;
}

/* line 18, ../sass/paper.scss */
body.A5 .sheet {
  width: 148mm;
  height: 209mm;
}

/* line 19, ../sass/paper.scss */
body.A5.landscape .sheet {
  width: 210mm;
  height: 147mm;
}

/* line 20, ../sass/paper.scss */
body.letter .sheet {
  width: 216mm;
  height: 279mm;
}

/* line 21, ../sass/paper.scss */
body.letter.landscape .sheet {
  width: 280mm;
  height: 215mm;
}

/* line 22, ../sass/paper.scss */
body.legal .sheet {
  width: 216mm;
  height: 356mm;
}

/* line 23, ../sass/paper.scss */
body.legal.landscape .sheet {
  width: 357mm;
  height: 215mm;
}

/** Padding area **/
/* line 26, ../sass/paper.scss */
.sheet.padding-10mm {
  padding: 10mm;
}

/* line 27, ../sass/paper.scss */
.sheet.padding-15mm {
  padding: 15mm;
}

/* line 28, ../sass/paper.scss */
.sheet.padding-20mm {
  padding: 20mm;
}

/* line 29, ../sass/paper.scss */
.sheet.padding-25mm {
  padding: 25mm;
}

/** For screen preview **/
@media screen {
  /* line 33, ../sass/paper.scss */
  body {
    background: #e0e0e0;
  }

  /* line 34, ../sass/paper.scss */
  .sheet {
    background: white;
    box-shadow: 0 0.5mm 2mm rgba(0, 0, 0, 0.3);
    margin: 5mm auto;
  }
}
/** Fix for Chrome issue #273306 **/
@media print {
  /* line 43, ../sass/paper.scss */
  body.A3.landscape {
    width: 420mm;
  }

  /* line 44, ../sass/paper.scss */
  body.A3, body.A4.landscape {
    width: 297mm;
  }

  /* line 45, ../sass/paper.scss */
  body.A4, body.A5.landscape {
    width: 210mm;
  }

  /* line 46, ../sass/paper.scss */
  body.A5 {
    width: 148mm;
  }

  /* line 47, ../sass/paper.scss */
  body.letter, body.legal {
    width: 216mm;
  }

  /* line 48, ../sass/paper.scss */
  body.letter.landscape {
    width: 280mm;
  }

  /* line 49, ../sass/paper.scss */
  body.legal.landscape {
    width: 357mm;
  }
}
/* line 14, ../sass/screen.scss */
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  color: #000;
  line-height: 1.3em;
}

/* line 21, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-transform: uppercase;
}

/* line 28, ../sass/screen.scss */
h1 {
  margin-top: 0.2em;
  font-size: 2.8em;
}

/* line 33, ../sass/screen.scss */
h2 {
  font-size: 1.8em;
}

/* line 37, ../sass/screen.scss */
h3 {
  font-size: 1.55em;
}

/* line 41, ../sass/screen.scss */
h4 {
  font-size: 1.45em;
}

/* line 45, ../sass/screen.scss */
h5 {
  font-size: 1.3em;
}

/* line 49, ../sass/screen.scss */
h6 {
  font-size: 1.1em;
}

/* line 53, ../sass/screen.scss */
p, code, span, table, dd, dt {
  font-size: 0.95em;
}

/* line 57, ../sass/screen.scss */
a {
  color: #a90533;
}

/* line 61, ../sass/screen.scss */
p.subscript {
  float: left;
  clear: left;
  font-style: italic;
  color: #333333;
  margin: -6px 0 10px 0;
}

/* line 69, ../sass/screen.scss */
code {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter, monospace;
  background: #e6e6e6;
  color: #90042c;
  font-weight: 600;
  border-radius: 4px;
  padding: 0px 3px;
  display: inline-block;
}

/* line 80, ../sass/screen.scss */
.credit a {
  font-weight: bold;
}

/* line 85, ../sass/screen.scss */
html {
  background: #e6e6e6;
}

/* line 89, ../sass/screen.scss */
body {
  margin: 0 auto;
  max-width: 210mm;
}

/* line 95, ../sass/screen.scss */
.wrapper {
  display: block;
  overflow: auto;
  padding: 1em;
}
/* line 100, ../sass/screen.scss */
.wrapper h1 {
  float: left;
}

/* line 105, ../sass/screen.scss */
.header, #exit-signals, #exceptions, #errors, #process-relationships, #footer {
  display: block;
  overflow: auto;
  float: left;
  clear: left;
}

/* line 112, ../sass/screen.scss */
#trapping-exits {
  display: block;
  clear: left;
}

/* line 117, ../sass/screen.scss */
#footer {
  padding: 1em 0;
  float: right;
}

/* line 123, ../sass/screen.scss */
table {
  margin-bottom: 0.5em;
}
/* line 2, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
table th {
  text-align: center;
  font-weight: bold;
}
/* line 5, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
table td,
table th {
  padding: 2px;
}
/* line 8, ../../../.asdf/installs/ruby/2.3.0/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/tables/_scaffolding.scss */
table td.numeric,
table th.numeric {
  text-align: right;
}
/* line 128, ../sass/screen.scss */
table td {
  padding: 3px 4px;
}
/* line 135, ../sass/screen.scss */
table thead {
  background: #e6e6e6;
}
/* line 138, ../sass/screen.scss */
table thead td {
  font-weight: bold;
}
/* line 143, ../sass/screen.scss */
table tr:nth-child(2n) {
  background: #e6e6e6;
}

/* line 149, ../sass/screen.scss */
.logo {
  max-height: 120px;
  max-width: 140px;
  float: right;
  margin: 0 0 1em 1em;
}

/* line 156, ../sass/screen.scss */
dt, dd {
  float: left;
  margin-right: 0.2em;
}

/* line 160, ../sass/screen.scss */
dd {
  margin-right: 1em;
}
