h2:before {
	content: ">";
	padding: 1em;
}

.add-after:after {
	content: '*';
	margin-left: 1em;
}




blockquote {
  margin: 0;
}

blockquote p {
  padding: 15px;
  background: #eee;
  border-radius: 5px;
}

blockquote p::before {
  content: '\201C';
}

blockquote p::after {
  content: '\201D';
}


