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


/*-------------body colors-----------------https://rstudio4edu.github.io/rstudio4edu-book/css-crash.html#css-crash*/
.book .book-body {
  background: #EFECEE;
}
.book .book-body .page-wrapper .page-inner section {
    background: #EFECEE;
}
.book .book-summary {
    background: #EFECEE;
}

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