/*@import url('https://fonts.googleapis.com/css?family=Andika'); */
.docer-page {
    display: grid;
    grid-template-columns: 1.5fr 1.25fr;  /* 80ch 1.25fr; */
    grid-template-rows: auto 1fr auto;
    grid-column-gap: 2em;
/*    grid-row-gap: 1em; */
}
.docer-header {
    grid-column: 1;
    grid-row: 1;
/*    justify-self: end; */
}
.docer-content {
    grid-column: 1;
    grid-row: 2;
    margin-left:1em;
    
}
.docer-sidebar {
    grid-column: 2;
    grid-row: 2;
    border-left:1px dashed #999;
    padding-left:2em;
    width: 270px;
}
.docer-footer {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
/*    margin-top:2em;*/
/*    color:brown;*/
}

.docer-header-div {
    display:inline-grid;
    grid-template-columns:50ch;
    justify-items: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:1.1em;
   /* letter-spacing: 0.5px; */
    line-height:1.05em;
    color:indigo;
    /*font-weight:bold;*/
    background:url('/images/dyn4.png') repeat 0; 
    opacity:0.8;
}
.creat-tags {
    display: grid;
    grid-template-columns: auto auto;
}
.creat-tags2 {
    grid-column: 2; 
    justify-self: end;
    font-size:0.95em;
}
.preambul {font-size:0.9em;}
.preambul p {margin-top:0.3em;margin-bottom:0.5em}

.paginated {
    display: grid;
    grid-template-columns: 6ch 6ch 20ch 1fr;
    margin-bottom:2em;
}

#dotoc{position:absolute;top:6em;margin-left:1em;height:460px;overflow:auto;}
#dotoc.fixed{position:fixed;top:50px;}
#dotoc p.H3{margin-left:1.5em;}
#dotoc p.H4{margin-left:2em;}

body {
/*  font-size: 1.1em;*/
  margin-top:0em;
/*  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/ /*font-size: 16pt; font-size-adjust: .366;*/
    font-family: 'DejaVu Sans', 'Cabin', sans-serif;
}

p {
  line-height: 1.5;
  margin-bottom: 1em;
}
a { 
    background-color:transparent;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

button {cursor:pointer;}

ul.sideul {
    margin-bottom:0.2em;
}
ul.sideul li {
    margin-bottom:0.3em;
}

pre{font-size:0.95em;line-height:1.5em;margin-left:0.5em;margin-bottom:1em;padding-left:0.4em;padding-top:0.4em;padding-bottom:0.2em;background:white;width:auto;height:auto;overflow:auto;
max-width:100%;white-space:pre-wrap;
}

.syntax .hll { background-color: #ffffcc }
.syntax  { background: #f8f8f8; }
.syntax .c { color: #408080; font-style: italic } /* Comment */
.syntax .err { border: 1px solid #FF0000 } /* Error */
.syntax .k { color: #008000; font-weight: bold } /* Keyword */
.syntax .o { color: #666666 } /* Operator */
.syntax .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
.syntax .cm { color: #408080; font-style: italic } /* Comment.Multiline */
.syntax .cp { color: #BC7A00 } /* Comment.Preproc */
.syntax .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
.syntax .c1 { color: #408080; font-style: italic } /* Comment.Single */
.syntax .cs { color: #408080; font-style: italic } /* Comment.Special */
.syntax .gd { color: #A00000 } /* Generic.Deleted */
.syntax .ge { font-style: italic } /* Generic.Emph */
.syntax .gr { color: #FF0000 } /* Generic.Error */
.syntax .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.syntax .gi { color: #00A000 } /* Generic.Inserted */
.syntax .go { color: #888888 } /* Generic.Output */
.syntax .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
.syntax .gs { font-weight: bold } /* Generic.Strong */
.syntax .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.syntax .gt { color: #0044DD } /* Generic.Traceback */
.syntax .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
.syntax .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
.syntax .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
.syntax .kp { color: #008000 } /* Keyword.Pseudo */
.syntax .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
.syntax .kt { color: #B00040 } /* Keyword.Type */
.syntax .m { color: #666666 } /* Literal.Number */
.syntax .s { color: #BA2121 } /* Literal.String */
.syntax .na { color: #7D9029 } /* Name.Attribute */
.syntax .nb { color: #008000 } /* Name.Builtin */
.syntax .nc { color: #0000FF; font-weight: bold } /* Name.Class */
.syntax .no { color: #880000 } /* Name.Constant */
.syntax .nd { color: #AA22FF } /* Name.Decorator */
.syntax .ni { color: #999999; font-weight: bold } /* Name.Entity */
.syntax .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
.syntax .nf { color: #0000FF } /* Name.Function */
.syntax .nl { color: #A0A000 } /* Name.Label */
.syntax .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
.syntax .nt { color: #008000; font-weight: bold } /* Name.Tag */
.syntax .nv { color: #19177C } /* Name.Variable */
.syntax .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
.syntax .w { color: #bbbbbb } /* Text.Whitespace */
.syntax .mb { color: #666666 } /* Literal.Number.Bin */
.syntax .mf { color: #666666 } /* Literal.Number.Float */
.syntax .mh { color: #666666 } /* Literal.Number.Hex */
.syntax .mi { color: #666666 } /* Literal.Number.Integer */
.syntax .mo { color: #666666 } /* Literal.Number.Oct */
.syntax .sb { color: #BA2121 } /* Literal.String.Backtick */
.syntax .sc { color: #BA2121 } /* Literal.String.Char */
.syntax .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
.syntax .s2 { color: #BA2121 } /* Literal.String.Double */
.syntax .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
.syntax .sh { color: #BA2121 } /* Literal.String.Heredoc */
.syntax .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
.syntax .sx { color: #008000 } /* Literal.String.Other */
.syntax .sr { color: #BB6688 } /* Literal.String.Regex */
.syntax .s1 { color: #BA2121 } /* Literal.String.Single */
.syntax .ss { color: #19177C } /* Literal.String.Symbol */
.syntax .bp { color: #008000 } /* Name.Builtin.Pseudo */
.syntax .vc { color: #19177C } /* Name.Variable.Class */
.syntax .vg { color: #19177C } /* Name.Variable.Global */
.syntax .vi { color: #19177C } /* Name.Variable.Instance */
.syntax .il { color: #666666 } /* Literal.Number.Integer.Long */

.mf{color:#666666}
.mf1{color:#666666;font-size:0.95em}
.c2{color:#BC7A00;font-size:0.9em;}
.c1{color:#008040;font-style:italic;font-size:0.9em;}
.c3{color:#BC7A00;font-style:italic;font-size:0.9em;}
div.justfy p {text-align:justify;}
div.justfy p code {font-size:1.1em}
