@media print {
  body {
    background: white;
    font-size: 12pt;
    font-family: "Times New Roman", serif; }

  #sideNav,
  .entryTags,
  .share,
  .feedback,
  #entryAuthorLink {
    display: none; }

  #body, #eduBody {
    width: auto; }

  #content {
    width: auto;
    padding: 0;
    float: none !important; } }
