@charset "utf-8";
/* CSS Document */
article blockquote {
  padding: 10px 20px;
  margin-bottom: 0;
  padding-left: 27px;
  text-indent: -7px;
}
article blockquote:first-of-type {
  padding-top: 20px;
  padding-bottom: 5px;
}
article blockquote:last-of-type {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
