diff --git a/core/modules/update/css/update.admin.css b/core/modules/update/css/update.admin.css
index 56bf4af..7f1b9e3 100644
--- a/core/modules/update/css/update.admin.css
+++ b/core/modules/update/css/update.admin.css
@@ -7,7 +7,6 @@
   font-weight: bold;
   font-size: 110%;
   padding-left: .25em; /* LTR */
-  height: 22px;
 }
 [dir="rtl"] .update .project {
   padding-right: .25em;
@@ -15,13 +14,10 @@
 
 .update .version-status {
   float: right; /* LTR */
-  padding-right: 10px; /* LTR */
   font-size: 110%;
-  height: 20px;
 }
 [dir="rtl"] .update .version-status {
   float: left;
-  padding-left: 10px;
 }
 
 .update .not-supported {
@@ -43,15 +39,9 @@
 }
 
 .update .info {
-  margin: 0;
   padding: 1em 1em .25em 1em;
 }
 
-.update tr.even,
-.update tr.odd {
-  border: none;
-}
-
 .update tr td {
   border-top: 1px solid #ccc;
   border-bottom: 1px solid #ccc;
@@ -65,7 +55,7 @@
   background: #fdd;
 }
 
-.update tr.ok {
+.update .ok {
   background: #dfd;
 }
 
@@ -82,60 +72,52 @@
   direction: ltr; /* Note: version numbers should always be LTR. */
 }
 
-.update tr.unknown {
+.update .unknown {
   background: #ddd;
 }
 
-table.update,
-.update table.version {
-  width: 100%;
+.update,
+.update .version {
   margin-top: .5em;
-  border: none;
-}
-
-.update table.version tbody {
-  border: none;
 }
 
 .update table.version tr,
 .update table.version td {
-  line-height: .9em;
   padding: 0;
   margin: 0;
   border: none;
-  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 +137,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;
 }
