body {
  text-align: justify;
}

p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}

h1 {
  text-align: center;
  text-transform: uppercase;
}

h2, h3, h4, h5, h6 {
  text-align: left;
}

h1 .header-section-number {
  display: block;
  text-transform: none;
}

/* Style for index page */

p.author {
  text-align: center;
  font-style: italic;
  margin-top: 2em !important;
}

.align-right {
  text-align: right;
}

#header img {
  display: block;
  margin: auto;
}

.book .book-body .page-wrapper .page-inner section.normal blockquote.align-right {
  text-align: right;
  border-left: 0 !important;
}

.sub-chapter-list {
  margin-left: 40px;
}
