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


.bg-warning, .bg-info {
  padding: 1em;
  padding-bottom: 0px;
  border-radius: 5px;
  margin-bottom:1em;
}

.bg-warning {
  background: #ffe8bf;
  color: black;
  border: 1px solid orange;
}

.bg-info {
  background: #d1ecf1;
  color: #0c5460;
  border: 1px solid #0c5460;
}

.float img,
.figure img {
  box-shadow: 0px 0px 20px rgb(157, 157, 158);
}

.img-centered {
  text-align: center;
  margin-top:30px;
  margin-bottom:30px;
}

.figcaption{
  font-size: 1.4rem;
}

.book .book-body .page-wrapper .page-inner section.normal ol ul li {
  margin-bottom: 20px !important;
}