@media print {
  .iPad, body, html, .scroll {
    overflow: visible; }

  .iPad {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background: rgba(47, 55, 63, 0.5) !important; }

  .current-section {
    background: none !important; }

  .menu {
    width: 100% !important; }

  .page {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

  .title img, .menu .nav, .navigation {
    display: none !important; }

  div[ng-repeat], .page .content .scroll .section {
    page-break-inside: avoid; } }
