/*
*/

body {
    font-family: 'Charis';
    font-size: 1.6em;
    line-height: 130%;
    margin-top: 2em;
    margin-left: 16em;
    margin-right: 3em;
    margin-bottom: 3em;
    color: black;
    background: white;
    max-width: 40em;
}


/* paragraphs */

p {
    text-align: justify;
    margin-top: 0em;
    margin-bottom: 0.3em;
}

p.huge {
    margin-top: 2em;
    font-size: 2.5em;
    line-height: 120%;
    color: #880000;
}

/* headings */

h1, h2, h3, h4 {
    color: #880000;
    line-height: 120%;
    font-style: normal; 
    font-weight: bold;
}


h1 {
    margin-top:    1em;
    margin-bottom: 1em;
}

h2 {
    margin-top:    1em;
    margin-bottom: 1em;
}

h3 {
    margin-top:    1.2em;
    margin-bottom: 0.7em;
}

h4 {
    margin-top:    1em;
    margin-bottom: 0.5em;
}

/* links */

a:link, a:visited {
/*    color: #880000; */
    padding: 0.2em;
    text-align: left;
/*    width: 10em */
    text-decoration: none;
    display: inline-block;
}

a.link {
    color: navy;
/*    background-color: white; */
    padding: 0em;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: navy;
}

a.toc {
    color: #880000;
    padding: 0.1em;
    text-decoration: none;
    width: 10em;
}

/* 
a.current-page {
    color: #880000;
    text-decoration: none;
}
*/

/* tables */

table {
    border-collapse: collapse;
    width: 100%;
}


/* 
.ul_ex_1 {list-style: none}
li::before {content: "▶"; color: #007700;}
li::before {content: &#x25b6; color: #007700;}
 */


/* 
<style>
  ul {list-style: none}

  li:before {
    content: "▶";
    padding-right: 8px;
    color: #007700;
}
</style>
*/


table.toc {
    position: fixed;
    width: 10em;
    left: 0em;
    top: 0em;
    padding: 0.5em;
    background: #ffffff;
    border-collapse: separate;
    border-spacing: 0em .3em;
}

table.address {
    margin-top: 0.5em;
    margin-bottom: 1em;
    margin-left: 2em;
}
   
td.toc {
    color: #880000;
    font-size: 120%;
    padding: 0.2em;
    background: #eeeeee;
    border: 1px solid black;
}

td.current-page {
    color: #880000;
    font-size: 120%;
    padding: 0.2em;
    background: #ffffff;
    border: 1px solid white;
}


td, th {
    border: 0px solid #dddddd;
    text-align: left;
    vertical-align: top;
    padding: 5px;
}

tr:nth-child(even) {
    background-color: #d8ffd8;
}

tr.address {
    line-height: 110%;
    background-color: white;
}

/* lists */

ul.homepage {
    margin-top: 1.3em;
    margin-left: 12em;
    font-size: 1.5em;
    line-height: 150%;
    color: #880000;
    list-style-type:none;
/*    list-style: none;
    li::before {content: "▶"; color: #007700}
*/
}

/* computer code */


pre {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-family: "LMTT";
    color: #004400;
    font-size: 100%;
    line-height: 110%;
    margin-left: 2em;
}


code {
    font-family: "LMTT";
    font-size: 110%;
    color: #004400;
}
    
    
/*    color: #004400; */
tt {
    font-family: "LMTT";
    font-size: 110%;
}

tt.url {
    color: navy;
}

tt.nocolor {
    color: #88000;
    font-family: "LMTT";
    font-size: 115%;
}

/* hyphenation */

.container {
/*    display: flex;  */
    hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

/* from getnonfreefonts */

.boxed {
  border: 3px solid red;
  background-color: #ffff00;
  border-radius: 10px;
  padding: 10px;
}


/*
  Local Variables:
   mode: CSS
   time-stamp-time-zone: "UTC"
   indent-tabs-mode: nil
   coding: utf-8-unix
  End:
  vim:set tabstop=2 expandtab:
*/



