diff --git a/css/webform.element.multiple.css b/css/webform.element.multiple.css
index f9b2ab1f..9d432774 100644
--- a/css/webform.element.multiple.css
+++ b/css/webform.element.multiple.css
@@ -10,17 +10,17 @@
 .webform-multiple-table th:first-child,
 .webform-multiple-table td:first-child {
   padding: 0 0 0 1em;
-  width: 26px !important;
+  width: 26px;
   vertical-align: middle;
-  text-align: center !important;
+  text-align: center;
 }
 
 .webform-multiple-table th:last-child,
 .webform-multiple-table td:last-child {
   padding: 0 2px;
   vertical-align: middle;
-  text-align: center !important;
-  width: 60px !important;
+  text-align: center;
+  width: 60px;
 }
 
 .webform-multiple-table td:last-child input {
@@ -53,7 +53,7 @@
 }
 
 .webform-multiple-table .container-inline input[type="submit"] {
-  width: inherit !important;
+  width: inherit;
 }
 
 /**
@@ -68,5 +68,5 @@
  */
 .webform-multiple-table .tabledrag-changed-warning,
 .webform-multiple-table .tabledrag-changed {
-  display: none !important;
+  display: none;
 }
