@media print{
  .fixed-top {
    positon: initial;
  }
  #header-fixed,#footer {
    display: none;
  }
}