.small {
  font-size: 90%;
}
blockquote {
  font-size: 16px;
  font-style: italic;
  padding: 0 0 0 45px;
  border-left: none;
  position: relative;
  margin: 10px 0 15px;
  line-height: 1.3;
}
blockquote:after {
  position: absolute;
  content: "“";
  left: 15px;
  color: #dddddd;
  font-style: normal;
  font-size: 80px;
  line-height: 0.8;
  height: 100%;
  top: 0;
}

ol {
  list-style-type: decimal !important;
}
ol ol,
ol ol ol,
ol ol ol ol {
  list-style-type: lower-alpha !important;
}