@charset "utf-8";

@media print {
  .container {
    width: 1080px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: absolute;
  }
  pre,
  blockquote {
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}