body{
  margin: 16px;
  font-size: 16px;
}

img {
  width: 100%;
}

#toc {
  background-color: #F4F4F4;
  border: 3px solid #E6E6E6;
}

#toctitle {
  padding: 0 10px;
}

#back-to-top {
  position: fixed;
  bottom: -3px;
  right: -3px;
  background-color: #a5a5a5;
  border-radius: 5px;
  height: 5%;
  border: none;
  padding: 5px;
}

#Martin_Luther_King_Jr._Day{
  orphans: 0;
}


blockquote {
  margin: 0 10px;
  padding: 5px 0 5px 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before, blockquote:after {
  color: #777777;
  font-size: 3em;
  line-height: 0.01em;
  position: relative;
}
blockquote:before{
  content: open-quote;
  top: 20px;
  left:-10px;
}

blockquote:after{
  content: close-quote;
  float: right;
}
