/* line 3, ../../../app/stylesheets/print.sass */
body {
  font-family: "Verdana", "Arial", sans-serif;
  font-size: 12px;
}

/* line 7, ../../../app/stylesheets/print.sass */
#top, #header, #navigation, .actions, h1 {
  display: none;
}

/* line 10, ../../../app/stylesheets/print.sass */
.noprint {
  display: none;
}

/* line 14, ../../../app/stylesheets/print.sass */
#print_this h1, #only_print h1 {
  display: block;
}
/* line 16, ../../../app/stylesheets/print.sass */
#print_this .prices-list, #only_print .prices-list {
  width: 100%;
}
/* line 18, ../../../app/stylesheets/print.sass */
#print_this table, #only_print table {
  border: 1px solid black;
  border-collapse: collapse;
  margin-bottom: 2em;
}
/* line 23, ../../../app/stylesheets/print.sass */
#print_this table tr td, #print_this table tr th, #only_print table tr td, #only_print table tr th {
  border: 1px solid black;
  padding: 5px;
}

