/** WCAG 2.0 level AA requires a contrast ratio of 4.5:1 for normal text */
/** & a contrast ratio of 3:1 for large text */
/* line 3, ../billfold/app/assets/stylesheets/billfold/print.sass */
html {
  font-size: 15px;
}

/* line 6, ../billfold/app/assets/stylesheets/billfold/print.sass */
body {
  height: auto !important;
  overflow: auto !important;
}

@page {
  margin: 20mm 10mm;
}

/* line 13, ../billfold/app/assets/stylesheets/billfold/print.sass */
.print-hide {
  display: none;
}

/* line 16, ../billfold/app/assets/stylesheets/billfold/print.sass */
.print-only {
  display: block;
}

/* line 19, ../billfold/app/assets/stylesheets/billfold/print.sass */
html.js .no-js,
html.no-js .js-only {
  display: block !important;
}

/* line 23, ../billfold/app/assets/stylesheets/billfold/print.sass */
#header_right,
#navigation,
.tabs,
.breadcrumb-nav,
.message_wrapper.message_error,
.print_hide,
#footer_links,
.button,
.button-or,
.evaluation-progress,
select,
.bookmark,
.textile-toolbar {
  display: none;
}

/* line 38, ../billfold/app/assets/stylesheets/billfold/print.sass */
.bb-help-container,
.sky-omnibar {
  display: none !important;
  z-index: 99999 !important;
}

/* line 43, ../billfold/app/assets/stylesheets/billfold/print.sass */
a {
  color: inherit;
  text-decoration: none;
}

/* line 47, ../billfold/app/assets/stylesheets/billfold/print.sass */
textarea {
  width: 80% !important;
}

/* line 52, ../billfold/app/assets/stylesheets/billfold/print.sass */
.print-select {
  display: block;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 17px;
}

/* line 58, ../billfold/app/assets/stylesheets/billfold/print.sass */
.print-select li {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  list-style-type: none;
  margin: 0 20px 5px 0;
  min-width: 40px;
  zoom: 1;
}

/* line 67, ../billfold/app/assets/stylesheets/billfold/print.sass */
.print-review {
  page-break-after: always;
}

/* line 70, ../billfold/app/assets/stylesheets/billfold/print.sass */
.section-header {
  border-bottom: 1px dashed #B9B9B9;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

/* line 74, ../billfold/app/assets/stylesheets/billfold/print.sass */
.section-header.main {
  border-bottom: 1px solid #B9B9B9;
}

/* line 76, ../billfold/app/assets/stylesheets/billfold/print.sass */
.section-header h3, .section-header h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 80, ../billfold/app/assets/stylesheets/billfold/print.sass */
.top-instructional-note {
  padding: 10px;
  margin: 20px 0;
}

/* line 83, ../billfold/app/assets/stylesheets/billfold/print.sass */
.top-instructional-note p {
  margin: 0;
  padding: 0;
}

/* line 86, ../billfold/app/assets/stylesheets/billfold/print.sass */
.top-instructional-note.shaded {
  background: #F5F5F5;
  border: 1px solid #B9B9B9;
}

/* line 90, ../billfold/app/assets/stylesheets/billfold/print.sass */
.admin-application__opportunity-filter {
  background: #F5F5F5;
  border: 1px solid #B9B9B9;
  padding: 10px;
  margin: 20px 0;
  text-align: center;
}

/* line 97, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows {
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* line 101, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows:last-child {
  border-bottom: none;
}

/* line 103, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows .top-label,
.full-width-rows .left-label {
  font-weight: bold;
}

/* line 106, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows .top-label,
.full-width-rows .bottom-input {
  display: block;
}

/* line 109, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows .top-label {
  margin-bottom: 10px;
}

/* line 113, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows.file label::after {
  content: " (Not available on printed reviews)";
  color: #999999;
  font-weight: normal;
}

/* line 117, ../billfold/app/assets/stylesheets/billfold/print.sass */
.full-width-rows.file .bottom-input,
.full-width-rows.file .right-input {
  display: none;
}

/* line 121, ../billfold/app/assets/stylesheets/billfold/print.sass */
.deemphasize {
  color: #999999;
}

/* line 125, ../billfold/app/assets/stylesheets/billfold/print.sass */
.question-set .meta {
  display: none;
}

/* line 127, ../billfold/app/assets/stylesheets/billfold/print.sass */
.question-set .full-width-rows {
  border-bottom: none;
  padding-top: 0;
}

/* line 133, ../billfold/app/assets/stylesheets/billfold/print.sass */
.bottom-input small,
.right-input small {
  display: block;
  margin-top: 5px;
}
