@media print {
  body {
    background: #fff none !important;
    color: #000;
  }
  .header,
  #social-sharing,
  .sidebar,
  .twitter-follow-button,
  .footer {
    display: none;
  }
}
