body > header {
  margin-bottom: 0.5em;
}
#top-reviews {
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
}
#top-reviews .review {
  font-size: 90%;
  margin: 0.5em;
}
#top-reviews .review quote > a {
  font-weight: normal;
  font-style: italic;
  color: #002;
}
#top-reviews .review quote > a::before {
  content: '“';
  font-style: normal;
}
#top-reviews .review quote > a::after {
  content: '” — ';
  font-style: normal;
}
#top-reviews .review .who {
  display: inline-block;
  font-weight: bold;
}
#top-reviews .review .who::after {
  content: ",";
  color: #888;
  margin-right: 0.5em;
}
#top-reviews .review .publication {
  display: inline-block;
}
#cover {
  text-align: center;
}
#cover img {
  height: 60vmin;
  min-height: 440px;
  box-shadow: 0.25rem 0.25rem 0.5rem #000;
}
#description {
  margin: 0.75em 0;
  text-align: center;
}
#description #title,
#description #publisher {
  font-size: 120%;
}
#description #title {
  font-weight: bold;
}
#description #publisher {
  font-style: italic;
}
#description #cover-explain {
  color: #666;
  font-style: italic;
}
#description #cover-explain a {
  color: #448;
}
main #summary {
  margin-top: 0;
  margin-bottom: 1em;
}
main #summary #lead {
  font-size: 120%;
  font-weight: bold;
}
main #summary #order {
  text-align: center;
}
main #summary #order #main {
  font-size: 150%;
}
main #summary #sample {
  margin-top: 0.5em;
  text-align: center;
  font-size: 150%;
}
main #summary #sample a {
  color: #c08;
}
main .video {
  background: none;
  margin: 0 auto;
  max-width: 560px;
  height: 315px;
}
main .video iframe {
  width: 100%;
  height: 100%;
}
main .video-intro {
  text-align: center;
  margin-bottom: 0;
}
main #author #name {
  font-weight: bold;
  font-size: 120%;
}
main #toc .sections {
  counter-reset: chapter;
  color: #666;
  list-style-type: upper-roman;
  padding-left: 1em;
}
main #toc .sections > li {
  margin: 1em 0;
}
main #toc .sections > li > header {
  color: #000;
  font-size: 115%;
}
main #toc .sections .chapters {
  padding: 0;
  list-style-type: none;
}
main #toc .sections .chapters > li:before {
  display: inline-block;
  color: #aaa;
  width: 1.5em;
  counter-increment: chapter;
  content: counter(chapter);
}
main #toc .sections .chapters header {
  display: inline-block;
  color: #004;
  width: 6em;
}
main #toc details {
  display: inline-block;
  margin-left: 2em;
}
main #toc details > summary {
  cursor: pointer;
}
main #toc details > div {
  color: #000;
  margin: 0.5em 2em;
}
main #toc details.nochapter {
  margin-left: 0;
}
main #toc ol.chapter-sections {
  color: #000;
  display: inline-block;
  padding: 0;
}
main #toc ol.chapter-sections li {
  display: inline-block;
}
main #toc ol.chapter-sections li:after {
  content: "·";
  margin: 0 0.15em;
  color: #888;
}
main #toc ol.chapter-sections li:last-child:after {
  content: none;
}
main #toc ol.chapter-sections.nochapter {
  padding: 0;
}
