/* Stylesheet to style a page for proper printing */

#content {
  width: 100%;
}

.noprint {
  display: none;
}

.tab-pane {
  border-top: 1px solid #333;
  display: block !important;
}

#left-side, #right-side {
  float: none;
  width: 100%;
}

#quantity-detail {
  float: none;
}

#right-side {
  padding-top: 4ex;
}

#configuration-table {
  font-size: 10pt;
}