
BODY {
  //background	: #39e693;
  //background	: #a0e5c4;
  //background	: #d1fce0;
  background    : white;
  //font	    	: 16pt verdana;
  font-family: Arial ;
  //, Helvetica, Arial, sans-serif;
  //font	    	: 16pt verdana;
  font-color    : black;
  //text-align	: center;
  //padding-top	: 5%;
}

H1, .pb6-l {
  margin-top: 0;
  padding-bottom: 0;
}

article {
  border-bottom-color: #39e693 !important;
}

article.center .nested-copy-line-height h1{
  //background-color: red;
  color: black;
  font-size: 1.3em;
  border-bottom: solid 1px #39e693;
}


.f-subheadline-l {
  color:  white !important;
}

#TableOfContents ul li ul li {
    padding-left: 1rem;
}

NAV LI !#TableOfContents{
  display		: inline-table;
  padding		: 10px;
  background	: none;
}

NAV UL {
  //background  : yellow;
  padding		: 0px;
}

NAV UL A {
  color		    : white;
  text-decoration : none;	
}
*/
DIV.keys {
  font		    : 11pt monospace;
  text-align    : left;
}

img{
  white-space   : pre;
}

.header-background {
    background-color: #39e693
}

header nav a {
    //background-color: red;
    color: white;
}

pre {
  overflow:auto;
  color: #0a0a0a;
  background-color: #e6e6e6;
}

code, pre code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  color: #0a0a0a;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  font-size: 1rem;
}


NAV TableOfContents {
  background: red;
}


@media only screen and (max-width: 600px) {
  body {
  //background	: red;	
  }  

  IMG {
    max-width	: 50%;
  }	

  NAV LI {
    display		: block;
    margin		: 10px;
  }
}


