body {
    background: #f8f9fa;
}

.doc-card {
    border: 0; 
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
}

.toc a { 
    font-size: .95rem;
}

.toc .list-group-item {
    border: 0;
    padding: .4rem .75rem;
    background: transparent;
}

.toc .list-group-item:hover {
    text-decoration: underline;
}

.section-title { 
    scroll-margin-top: 6rem;
}

@media print{
  .no-print {
      display: none !important;
  }
  
  .doc-card {
      box-shadow: none;
  }
  
  body {
      background: #fff;
  }
}