.storytext blockquote {
  text-align: center;
}
.storytext blockquote div {
  border-left: none;
  padding: 5px;
}
.storytext blockquote p {
  padding-left: 0;
}
.storytext blockquote a {
  font-family: 'Knockout 31 4r', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: normal;
  display: inline-block;
  margin: 5px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.07);
  color: #5076b8;
  line-height: 16px;
  padding-top: 6px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
}
.storytext blockquote a::after {
  content: '\203a';
  padding-left: 5px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 20px;
  display: inline;
}
.storytext blockquote a em {
  font-style: unset;
}
.storytext blockquote a:hover {
  background-color: rgba(0, 0, 0, 0.17);
}
