@media print {
  h1, h2, h3 {
    text-shadow: none;
  }
  #navigation, #heading, #footer {
    display: none;
  }
  .badge:not(.badge-active) {
    visibility: hidden;
  }
  #main {
    box-shadow: none;
    border: none;
  }
  input[type=submit] {
    background-image: none;
    background-color: transparent;
  }
}