.book-summary img {
  display: block;
  margin: 20px auto 10px auto;
  max-width: 120px;
  border-radius: 8px;
}

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

.h-icon-chevron-left {
    background: white;
        padding: 3px;
        border: #eee 1px solid;
        color: #666;
      }

.fa-rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

.rmdreview {
  padding: 1em 1em 1em 5em;
  margin-bottom: 0px;
  background: #f5f5f5 5px center/3em no-repeat;
  position:relative;
}

.rmdreview:before {
    content: "\f0e6";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:10px;
    bottom: 0px;
    font-size: 60px;
 }
 
.rmdsale {
  padding: 1em 1em 1em 4em;
  margin-bottom: 0px;
  background: #f5f5f5 5px center/3em no-repeat;
  position:relative;
}

.rmdsale:before {
    content: "\f07a";
    font-family: FontAwesome;
    left:10px;
    position:absolute;
    top:15px;
    bottom: 0px;
    font-size: 40px;
 }
 
.book-summary .book-logo {
  padding: 0;
  margin: 0 auto 1em auto;
  text-align: center;
}

.book-summary .book-logo img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
}
.sidebar-logo {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0 auto 1.5em auto;  /* spacing below the logo */
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

@media (max-width: 600px) {
  .sidebar-logo {
    max-width: 220px;
  }
}