diff --git a/projects/player/src/styles.css b/projects/player/src/styles.css
index cf125771dc2ea1af3a6259cd70f2ba1f4a480aad..55548925de6fc461dd0e34db43c30e6854039e54 100644
--- a/projects/player/src/styles.css
+++ b/projects/player/src/styles.css
@@ -11,6 +11,8 @@ body.inheritCursors * {
 blockquote {
   quotes: "\201E" "\201C";
   text-indent: -1em;
+  margin-top: 20px;
+  margin-bottom: 20px;
 }
 
 blockquote:before {
@@ -18,6 +20,7 @@ blockquote:before {
   font-size: 2.5em;
   padding-right: 3px;
   font-family: 'PT Sans', sans-serif;
+  line-height: 0;
 }
 
 blockquote:after {
@@ -27,6 +30,7 @@ blockquote:after {
   padding-top: 0.3em;
   padding-left: 3px;
   font-family: 'PT Sans', sans-serif;
+  line-height: 0;
 }
 
 blockquote p {