blockquote {
  background: #f9f9f9;
  border-left: 5px solid #ffcc00;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-size: 18px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 35px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote:after {
  color: #ccc;
  content: close-quote;
  font-size: 35px;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

blockquote p {
  display: inline;
}

div.space {
  height: 190px;
}

section {
  min-height: 100px;
  margin-top: 0px;
}

h5.author {
  text-align: right;
  font-size: 15px;
}
