/* imported by main(s).css */

h5 {
  font-size: 1.3em;
  font-style: italic;
}

pre, pre>code, code{
  font-family:"Source Code Pro","DejaVu Sans Mono",monospace;
}

quoteblock blockquote, .quoteblock blockquote p {
  font-size: 1.05em;
  line-height: 1.4;
  word-spacing: normal;
  letter-spacing: 0;
}

.quoteblock {
  margin-left: 2.5em;
}

#toc {
  background-position: 70% 0%;
  background-repeat: no-repeat;
}

#toc li{line-height:1.3;}

.sect1+.sect1 {
  border-top: none;
}

.question {
  font-family: "Open Sans","DejaVu Sans",sans-serif;
  font-size: 100%;
  color: #ba3925;
  display: block;
  margin-top: 2.5em;
  padding-left: .5em;
  margin-left: .5em;
  border-left: .5em solid #efb5ad;
}

/* Postprocessing during bin/build_html creates links out of listing titles.
   This css only makes a difference in the built book.
   If you want to see it in action,
   build the book,
   copy output/99bottles_xxx.html to chapters (to make the css accessable)
   point your browser to it.
*/
.listingblock .title a {
  color: inherit;
  text-decoration: none;
  line-height: inherit;
}

.listingblock .title a:hover {
  color: #ba3925;
}

.listingblock pre[class] {
  padding: .5em .25em .5em .2em;
  font-size: .87em;
}
