+article > div {
+ padding-top: 0.5em;
+}
+
+article img {
+ max-width: 100%;
+}
+
+article blockquote {
+ background: #eeeeee;
+ font-style: italic;
+ border-left: 2px solid #d63384;
+ padding: 0.5em;
+}
+
+/* Removes a margin-bottom coming from Bootstrap, but not making sense in this case */
+article blockquote p:last-child {
+ margin-bottom: 0;
+}
+