@media print {

  header {display: none;}
  #hero-btn {display: none;}
  #sub-hero-content {display: none;}
  .btn {display: none;}
  footer a {display: none;}
  #alert {display: none;}

  body {
    background-color: #fff;
    color: #000;
    font: 12px/1.75 Helvetica, Verdana, Arial, sans-serif;
  }

  p {margin-bottom: 1em;}

  /*
  form,
  #utility,
  #nav,
  #show,
  .meta-nav,
  #specialty,
  #sub-feature,
  #subnav,
  #footer {display: none;}

  #bible #subnav {display: block; margin-bottom: 20px;}
  #bible #subnav ul.reading {display: block;}
  #bible #subnav ul li:nth-child(5) {display: none;}
  #bible #subnav ul {display: none;}
  #bible #subnav h3 {display: none;}
  #bible #subnav ul li small {display: none;}
  span.detail {display: block;}

  #header {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    text-align: center;
  }
    
  #header h1 a {
    text-decoration: none;
  }

  #header h1 a span {
    font-weight: 100;
    font-size: 20px;
    color: #666;
    text-decoration: none;
    line-height: 2;
  }
      
  #content h2 {
    font-size: 16px;
    font-weight: 100;
    margin-bottom: 10px;
  }

  #content img {display: none;}

  a.button {display: none !important;}

  #property {
    color: #999;
    text-align: center;
    margin-top: 20px;
    line-height: 4;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }

  #property a {display: none;}

  #property a[rel=copyright] {
    color: #999;
    display: block;
    text-decoration: none;
  }
  */

} /*end @media print */
