<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@page {
   margin: 1cm; }

body {
   color: black;
   background-color: white;
   overflow: visible; }

#leftColumn {
   position: static;
   display: none; }

#wrapper {
   display: static;
   width: 100%; }

#wrapper #contentColumn {
   display: static;
   margin: 0;
   padding: 0;
   width: 95%;  }

#leftColumnOpenButtonBox {
   display: none; }

div.chapterNavigationTop {
   display: none; }

#contentColumn ul {
    margin-left: 15px;
    padding: 0; }

#contentColumn ul li {
   padding-left: 10px;
   list-style-type: circle;
   list-style-image: none;  }
</pre></body></html>