diff --git a/src/wp-content/plugins/hello.php b/src/wp-content/plugins/hello.php
index 34e3b68..ba09968 100644
--- a/src/wp-content/plugins/hello.php
+++ b/src/wp-content/plugins/hello.php
@@ -52,7 +52,7 @@ Dolly'll never go away again";
 // This just echoes the chosen line, we'll position it later
 function hello_dolly() {
 	$chosen = hello_dolly_get_lyric();
-	echo "<p id='dolly'>$chosen</p>";
+	echo "<p id='dolly'><span class='screen-reader-text'>Quote from Hello Dolly song</span><span aria-hidden='true'>&#9835;</span> $chosen</p>";
 }
 
 // Now we set that function up to execute when the admin_notices action is called
@@ -67,8 +67,7 @@ function dolly_css() {
 	<style type='text/css'>
 	#dolly {
 		float: $x;
-		padding-$x: 15px;
-		padding-top: 5px;		
+		padding: 5px 15px 0 15px;
 		margin: 0;
 		font-size: 11px;
 	}
