@media print {
  
  body {
    margin: 0;
    color: black;
    background-color: white;
    font-family: "Times New Roman", Times, serif;
  }
  a[href]:after { content: initial;}
  p  {font-size: 13px;}
  ul {font-size: 13px;}
  h1 {font-size: 20px;}
  h2 {font-size: 18px;}
  h3 {font-size: 16px;}
  h4 {font-size: 14px;}
  code {font-size: 13px;}
  pre {font-size: 13px;}
  .tutorial-exercise-input {font-size: 13px;}
  .tutorial-exercise-output {font-size: 13px;}
  .ace_content {font-size: 13px;}
  
  .topicsContainer,
  .topicActions,
  .exerciseActions .skip {
    display: none;
  }
  .topics .tutorialTitle,
  .topics .section.level2,
  .topics .section.level3:not(.hide)   {
    display: block;
  }
  .topics {
    width: 100%;
  }
  .tutorial-exercise, .tutorial-question {
    page-break-inside: avoid;
  }
  .tutorial-exercise-support {
    display: none;
  }
  .section.level3.done h3 {
    padding-left: 0;
    background-image: none;
  }
  .topics .showSkip .exerciseActions::before {
    content: "Topic not yet completed...";
    font-style: italic;
  }
}