diff --git a/css/ebi-global-drupal.css b/css/ebi-global-drupal.css
index ea279475b4879a2bd66b17a3230613d226ac8e3b..f5459a023a839035d1bba7e59a31f78d21b6dd52 100644
--- a/css/ebi-global-drupal.css
+++ b/css/ebi-global-drupal.css
@@ -1,18 +1,15 @@
 /* Drupal 7 specific tweaks -- homed here as a central authority */
 
-/* Sort table handles */
-.ief-tabledrag-handle a.tabledrag-handle {
+/* Sort table handles for field-widget-inline-entity-form */
+.field-widget-inline-entity-form .ief-tabledrag-handle a.tabledrag-handle {
   border-bottom: 0;
   padding-top: .25rem;
   float: left;
-}
-
-a.tabledrag-handle .handle {
   height: 24px;
   width: 21px;
 }
 
-span.warning.tabledrag-changed {
+.field-widget-inline-entity-form span.warning.tabledrag-changed {
   margin-left: -0.75rem;
   padding-top: 0.25rem;
   display: inline-block;