/****************************/
/*        Print             */
/****************************/
@media print {

  /* Hidden content */
  #header,
  .milonictable,
  #breadcrumb,
  #sidebar-left,
  #sidebar-right,
  #content-header,
  #author-photo,
  #xplayer-block,
  #teaching-links,
  #debug-toggle,
  #debug-region
  {
    display: none !important;
  }

  /* Expand content width */
  #content
  {
    color: black;
    font-family: 'Times New Roman', Times, serif;
  }

  /* Series title link */
  #series-title a
  {
    text-decoration: none !important;
  }
  #series-title a:after
  {
    content: "" !important;
  }

  /* Suppress display of URLs for certain links */
  #teaching-text a[href^="."]:after,  /* relative links */
  #teaching-text a[href^="#"]:after   /* anchor links (e.g. footnotes) */
  {
    content: "" !important;
  }
}
