@charset "utf-8";
/* ***********************************************************************
 *
 *  File:   global_print.css
 *
 *  Brief:
 *
 *  Author: Jomar Hønsi, 2020
 *
 * ************************************************************************/

body {
  background-color: white
}

@page {
  size: A4 landscape;
}

div#main {
  background-color: white;
  color: black;
  border: 0;
}

div#content {
  border: 0;
  font-size: 16px;
  margin: 10px;
  width: 1024px;
}

div.toc-root {
  display: none;
  overflow: hidden;
}

table {
  page-break-inside: avoid;
}

table#site-header, div#nav-container, td.lflag, td.navbtn, table.toolbar, table.chapter-header td a, img.flag {
  display: none;
  overflow: hidden;
}

div.page-content {
  border: 0;
}

table.chapter-header {
  padding: 5px;
  background-color: white;
}

table.entry-header {
  border: 0;
  margin-top: 20px;
  page-break-before: always;
}