@media print {

  body {
    background: none;
  }

  .main,
  .main_content,
  .second_paragraph {
    background-color: #FFF;
  }

  .main {
    margin-top: -50px !important;
  }

  .base img {
    display: none;
  }

  header {
    min-height: 130px;
  }

  .row .sidebar {
    position: relative;
    z-index: 200;
  }
  .border,
  header {
    box-shadow: none;
  }

  header {
    position: relative;
    z-index: 100;
  }

  .books {
    background-color: transparent;
  }

  .books div {
    margin-top: -50px;
  }
  .books div:last-child {
    margin-top: -100px;
  }
  .books div img {
    transform: scale(.8);
  }

}