/*
Site rules that are not part of vendored bootstrap.
*/

/*
Markdown inside a raw <div> is passed through untouched, so no <p> or <br> tags
are generated. pre-line keeps the line breaks the author wrote.
*/
.prose {
  white-space: pre-line;
  line-height: 1.7;
  margin-bottom: 20px;
}
