.entry-content p {

	padding-bottom: 20px;
}

.format-post blockquote {
  position: relative;
  margin: 2em auto;
  padding: 1.5em 2em;
  background: #f9f9f9;
  border-left: 5px solid #8a489f;
  font-style: italic;
  color: #333;
  font-size: 1.1em;
  line-height: 1.6;
  quotes: "“" "”" "‘" "’";
}

.format-post blockquote:before {
  content: '“';
  font-size: 60px;
  line-height: 0;
  color: #8a489f;
  position: absolute;
  left: 15px;
  top: 25px;
}

.format-post blockquote p {

	padding-bottom: 0;
}

.format-post pre {

	background-color: #ccc;
	display: inline-block;
	padding: 20px;
}

.format-post pre code {

	background-color: #f2f2f2;
}

.format-post .wp-caption-text {

	background-color: #f2f2f2;
	padding-bottom: 0;
	color: #333;
	text-align: center;
	font-size: 12px;
}

.format-post blockquote cite {
  display: block;
  margin-top: 1em;
  font-size: 0.95em;
  font-style: normal;
  color: #666;
  text-align: right;
}

.format-post h2,
.format-post h3,
.format-post h4,
.format-post h5,
.format-post h6 {

  margin-bottom: 5px;
}

.format-post h2 {

  font-size: 25px;
  line-height: 1;
}

.format-post ul, .format-post ol {

  margin-bottom: 20px;
}

.format-post table {

  width: 100%;
}

.format-post ul li {

	list-style: disc inside;
}