body {
  background-color: #efefef;
  font-family: sans-serif;
}

#layout-banner-box {
  background-color: #efefef/*#73a0c5*/;
  border-bottom: 3px solid #cecece;
}

#layout-menu-box {
  background-color: #efefef;
  border-right: 3px solid #cecece;
}

#layout-content-box {
  background-color: #efefef;
}

#layout-footer-box {
  background-color: #efefef/*#73a0c5*/;
  color: black;
  font-size: 50%;
  border-top: 3px solid #cecece;
}

#banner-title {
  font-weight: bold;
  width: 10em;
}
#banner-description {
  float: right;
  margin: 0.125em 1em 0.125em 0;
  font-weight: bold;
  font-family: monospace;
  font-size: 2.75em;
  color: #bbd2e1;
}

#crumb-box {
  font-family: sans-serif;
  text-align: left;
  padding: 0.8em 20px;
  font-size: 0.9em;
  background-color: inherit;
  color: black;
  /*border: 1px solid blue; */
}

a { text-decoration: none; color: #3a8eba; }
a:hover { color: #f7230c; }


/* Tree */
div.treedepth0 a, 
div.treedepth0 a:visited,
div.treedepth0 a:link,
div.treedepth0 a:hover {
  font-size: 130%;
  /* color: #6050DC; */
}

div.treeleaf {
  background-color: #bbd2e1;
  color: #3a8eba;
  margin-bottom: 1px;
  font-weight: bold;
  width: 90%;
  margin: 0 auto 1px auto;
}

div.treeleaf:hover {
  background-color: #3a8eba;
  color: #bbd2e1;
}

div.treeleaf a {
  color: inherit;
}

div.treedepth0 a { font-size: 100%; margin-left: 0.5em; /*border: 1px solid red;*/ }
div.treedepth1 a { font-size: 90% ; margin-left: 1.5em; /*border: 1px solid green;*/}
div.treedepth2 a { font-size: 80% ; margin-left: 2.5em; /*border: 1px solid blue;*/}
div.treedepth3 a { font-size: 70% ; margin-left: 3.5em; /*border: 1px solid yellow;*/ }
div.treedepth4 a { font-size: 60% ; margin-left: 4.5em; }

.currentpage a {
	color: #bbd2e1;
}

div.currentpage,
div.currentnode {
    background-color: #527bbd /*#97DFC6*/;
    color: #bbd2e1;

}

div.treedepth0 {
  background-color: #527bbd;
}

div.treedepth0 a {
  color: #bbd2e1;
}

/* /tree */

pre.literal-block {
  background-color: #dedede;
  color: black;
  font-family: monospace;
  font-size: 120%;
  border: 1px solid #527bbd;
  padding: 1em;
  width: 90%;
  margin: 0 auto 0 auto;
}


a.toc-backref {
  color: #527bbd;
  font-family: sans-serif;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

h1 {
  border-bottom: 2px solid silver;
}

h2 {
  border-bottom: 2px solid silver;
  padding-top: 0.5em;
}

h1.title {
  border: 0;
  color: #527bbd;
  border-bottom: 5px solid #cecece;
}

acronym {
  border-bottom: none;
}

span.pre {
  font-size: 120%;
  color: #527bbd;
}
/* admonition */

div.admonition, div.attention, div.caution, div.danger, div.error,
div.hint, div.important, div.note, div.tip, div.warning {
  border: 2px dashed #cecece;
}

.admonition-title {
  border-bottom: 2px dashed #cecece;
}

/* /admo */ 
