diff --git a/core/modules/update/css/update.admin.css b/core/modules/update/css/update.admin.css
index 56bf4af..c2171e1 100644
--- a/core/modules/update/css/update.admin.css
+++ b/core/modules/update/css/update.admin.css
@@ -47,8 +47,8 @@
   padding: 1em 1em .25em 1em;
 }
 
-.update tr.even,
-.update tr.odd {
+.update .even,
+.update .odd {
   border: none;
 }
 
@@ -65,7 +65,7 @@
   background: #fdd;
 }
 
-.update tr.ok {
+.update .ok {
   background: #dfd;
 }
 
@@ -82,23 +82,23 @@
   direction: ltr; /* Note: version numbers should always be LTR. */
 }
 
-.update tr.unknown {
+.update .unknown {
   background: #ddd;
 }
 
-table.update,
-.update table.version {
+.update,
+.update .version {
   width: 100%;
   margin-top: .5em;
   border: none;
 }
 
-.update table.version tbody {
+.update .version tbody {
   border: none;
 }
 
-.update table.version tr,
-.update table.version td {
+.update .version tr,
+.update .version td {
   line-height: .9em;
   padding: 0;
   margin: 0;
@@ -106,36 +106,35 @@ table.update,
   background: none;
 }
 
-.update table.version .version-title {
+.update .version .version-title {
   padding-left: 1em; /* LTR */
-  width: 14em;
 }
-[dir="rtl"] .update table.version .version-title {
+[dir="rtl"] .update .version .version-title {
   padding-left: 1em;
 }
 
-.update table.version .version-details {
+.update .version .version-details {
   padding-right: .5em; /* LTR */
 }
-[dir="rtl"] .update table.version .version-details {
+[dir="rtl"] .update .version .version-details {
   padding-left: .5em;
   direction: ltr;
 }
 
-.update table.version .version-links {
+.update .version .version-links {
   text-align: right; /* LTR */
   padding-right: 1em; /* LTR */
 }
-[dir="rtl"] .update table.version .version-links {
+[dir="rtl"] .update .version .version-links {
   text-align: left;
   padding-left: 1em;
 }
 
-.update table.version-security .version-title {
+.update .version-security .version-title {
   color: #970f00;
 }
 
-.update table.version-recommended-strong .version-title {
+.update .version-recommended-strong .version-title {
   font-weight: bold;
 }
 
@@ -155,15 +154,15 @@ table.update,
   color: #ff0000;
 }
 
-table tbody tr.update-security,
-table tbody tr.update-unsupported {
+table tbody .update-security,
+table tbody .update-unsupported {
   background: #fcc;
 }
 
-th.update-project-name {
+.update-project-name {
   width: 50%;
 }
 
-.versions table ul.links {
+.versions table .links {
   list-style-type: none;
 }
