footer .container {
    border: 1px solid red !important;
  }
  
  /*
      Make sure these styles result in a consistent appearance regardless of browser used.
      Make page look as much like the PDF as possible:
          http://ipm.ucanr.edu/PDF/PMG/pmgavocado.pdf
  */
  @media print {
    div.breadcrumb,
    button.btn,
    footer,
    .in-page-nav,
    nav {
      display: none !important;
    }
    div,
    span,
    article,
    table,
    p {
      display: block !important;
    }
    body {
      margin: 0 !important;
      background: white;
    }
    main {
      width: 100%;
      margin: 0;
      float: none;
    }
    main div.offset-lg-2 {
      margin: 0;
    }
    main table {
      border: 1px solid gray;
    }
  }