@media print {
    /* Display link URLs after the link */
a[href]:after { content: " (" attr(href) ")"; }

body.curriculum-template {
    max-width: 100%;
    background: none;
    border: none;
    margin: 0;
    color: #000 !important;
    font-size: 12pt;
}

.curriculum-template .sheet_header {
    font-size: 16pt;
}

.curriculum-template .sheet_box p {
    font-size: 10pt !important;
}

.curriculum-template * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter:none !important;
    -ms-filter: none !important;
}

.curriculum-template .sheet_box {
    display: inline;
    float: left;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}

.curriculum-template .sheet_box,
.curriculum-template .sheet_box_title,
.curriculum-template .sheet_box_topic {
    border: none;
    border-color: transparent;
    margin: 0;
    padding: 0;
}

.curriculum-template .sheet_box_topic,
.curriculum-template .back-link {
    display: none;
}

.sheet_box_header {
    margin-bottom: .2em;
    line-height: 1.2;
}

.sheet_box_content {
    min-height: 0;
    margin-bottom: 1em;
}



  body.curriculum-template {
    background: none;
    color: #000;
  }
  .logo {
    max-width: 200px;
  }
  #search_box,
  #comments,
  aside.sidebar {
    display: none;
  }
  p {page-break-inside: avoid;}
  .curriculum-template .sheet_box_header {
    page-break-after: avoid;
  }
}

