/*
Developed and maintained by Kevin Rue-Albrecht (@kevinrue)
*/

/*
#0092ac   blue
#c4d931   green (on blue)
#87b13f   green (on white)
*/

p.caption {
  color: #777;
  margin-top: 10px;
}

p code {
  white-space: inherit;
}

pre {
  word-break: normal;
  word-wrap: normal;
}

pre code {
  white-space: inherit;
}

pre code:not(.sourceCode) {
  color: dimgrey !important;
}

.book .book-summary {
  background-color: #f0f0f0;
}

/*.book .book-summary ul.summary li.part>span*/
.book .book-summary ul.summary li span {
  color: black;
}

.book .book-body .page-wrapper .page-inner section.normal h1 {
  color: black;
}

.book .book-body .page-wrapper .page-inner section.normal h2 {
  color: #87b13f;
}

.book .book-body .page-wrapper .page-inner section.normal h3 {
  color: #1a81c2;
}

.book .book-body .page-wrapper .page-inner {
  max-width: 1200px !important;
}
