@media print {
  /* Hides UI elements */
  /* line 8, /Users/Nicolas/Projets/Le Robert/Refonte PR et GR/wip/integration/app/css/print.scss */
  .side-list,
  .navbar-fixed-top,
  .toolbar,
  .modal {
    display: none; }
  /* Resize content elements to fit the page */
  /* line 13, /Users/Nicolas/Projets/Le Robert/Refonte PR et GR/wip/integration/app/css/print.scss */
  .article {
    width: 100% !important; }
  /* line 16, /Users/Nicolas/Projets/Le Robert/Refonte PR et GR/wip/integration/app/css/print.scss */
  .content {
    padding-top: 0 !important; }
  /* Hides article nav tabs exept active tab, display full name */
  /* line 22, /Users/Nicolas/Projets/Le Robert/Refonte PR et GR/wip/integration/app/css/print.scss */
  .article-nav {
    display: none; }
  /* Conjugation tab contents made all visible */
  /* line 28, /Users/Nicolas/Projets/Le Robert/Refonte PR et GR/wip/integration/app/css/print.scss */
  #conj .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important; }
  /* Conjugation tab nav hides */
  /* line 34, /Users/Nicolas/Projets/Le Robert/Refonte PR et GR/wip/integration/app/css/print.scss */
  #conj .nav {
    display: none !important; } }

/*# sourceMappingURL=print.css.map */