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

.blackbox {
  padding: 1em;
  background: #a5d8ff;
  color: black;
  border: 2px solid black;
  border-radius: 10px;
}

.clearbox {
  padding: 1em;
  border: 2px solid;
  border-radius: 10px;
}

table {
    display: block !important;
    overflow-x: auto !important;
    white-space: normal !important;
}

.book .book-body .page-wrapper .page-inner {
  max-width: 80% !important; 
}