Index: wp-content/themes/twentythirteen/rtl.css
===================================================================
--- wp-content/themes/twentythirteen/rtl.css	(revision 24197)
+++ wp-content/themes/twentythirteen/rtl.css	(working copy)
@@ -628,22 +628,15 @@
 }
 
 .comment-metadata,
+.comment-awaiting-moderation,
 .comment-content,
 .comment-list .reply {
 	float: left;
 }
 
 .comment-awaiting-moderation:before {
-	content: normal;
 	margin-right: auto;
-	top: auto;
-}
-
-.comment-awaiting-moderation:after {
-	content: "\f414";
 	margin-left: 5px;
-	position: relative;
-	top: -2px;
 }
 
 .comment-reply-link:before {
Index: wp-content/themes/twentythirteen/style.css
===================================================================
--- wp-content/themes/twentythirteen/style.css	(revision 24197)
+++ wp-content/themes/twentythirteen/style.css	(working copy)
@@ -2313,6 +2313,7 @@
 }
 
 .comment-metadata,
+.comment-awaiting-moderation,
 .comment-content,
 .comment-list .reply {
 	float: right;
@@ -2343,7 +2344,6 @@
 
 .comment-awaiting-moderation {
 	color: #a2a2a2;
-	margin: 20px 0 0;
 }
 
 .comment-awaiting-moderation:before {
