Index: common-rtl.css
===================================================================
--- common-rtl.css	(revision 45361)
+++ common-rtl.css	(working copy)
@@ -26,7 +26,7 @@
 	padding-bottom: 65px;
 	float: right;
 	width: 100%;
-	overflow: visible !important;
+	overflow: visible;
 }
 
 /* inner 2 column liquid layout */
@@ -131,7 +131,7 @@
 	padding: 0;
 	position: absolute;
 	width: 1px;
-	word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */
+	word-wrap: normal; /* many screen reader and browser combinations announce broken words as they would appear visually */
 }
 
 .button .screen-reader-text {
@@ -1281,7 +1281,7 @@
 .filters-applied .filter-group,
 .filters-applied .filter-drawer .buttons,
 .filters-applied .filter-drawer br {
-	display: none !important;
+	display: none;
 }
 
 .filters-applied .filtered-by {
@@ -1661,7 +1661,7 @@
 
 #contextual-help-wrap {
 	overflow: auto;
-	margin-right: 0 !important;
+	margin-right: 0;
 }
 
 #screen-meta-links {
@@ -1732,7 +1732,7 @@
 	vertical-align: bottom;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	text-decoration: none !important;
+	text-decoration: none;
 	color: #72777c;
 }
 
@@ -2107,7 +2107,7 @@
 
 .postbox .inside > p:last-child,
 .rss-widget ul li:last-child {
-	margin-bottom: 1px !important;
+	margin-bottom: 1px;
 }
 
 .postbox.closed h3 {
@@ -2421,10 +2421,6 @@
 	margin: 10px 0;
 }
 
-#submitdiv h3 {
-	margin-bottom: 0 !important;
-}
-
 /* - Used - but could/should be deprecated with a CSS reset
 ------------------------------------------------------------------------------*/
 .zerosize {
@@ -3026,7 +3022,7 @@
 	speak: none;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	text-decoration: none !important;
+	text-decoration: none;
 }
 
 .js .widgets-holder-wrap.closed .toggle-indicator:before,
@@ -3349,7 +3345,7 @@
 	display: block;
 	-webkit-font-smoothing: antialiased;
 	-moz-osx-font-smoothing: grayscale;
-	text-decoration: none !important;
+	text-decoration: none;
 }
 
 .widget-top .widget-action .toggle-indicator:before {
@@ -3673,19 +3669,6 @@
 		background-image: url(../images/spinner-2x.gif);
 	}
 
-	/* @todo: evaluate - most of these were likely replaced by dashicons */
-	.curtime #timestamp,
-	#screen-meta-links a.show-settings,
-	.widget-top .widget-action,
-	.widget-top .widget-action:hover,
-	.sidebar-name .toggle-indicator,
-	.sidebar-name:hover .toggle-indicator,
-	.meta-box-sortables .postbox:hover .handlediv,
-	#bulk-titles div a,
-	#bulk-titles div a:hover {
-		background: none !important;
-	}
-
 }
 
 @-ms-viewport {
@@ -3741,7 +3724,7 @@
 	/* Hidden Elements */
 	#collapse-menu,
 	.post-format-select {
-		display: none !important;
+		display: none;
 	}
 
 	.wrap h1.wp-heading-inline {
