diff --git a/css/ebi-global-drupal.css b/css/ebi-global-drupal.css
index 43d15d426484d33d2df513abf3bb4ee90fc7a551..07bd556e9db27f3a1cc9ca33a9e84c6adf40ddc1 100644
--- a/css/ebi-global-drupal.css
+++ b/css/ebi-global-drupal.css
@@ -40,6 +40,17 @@ html.js fieldset.collapsed { height: 2em; }
   height: 2em;
 }
 
+/* Fieldset */
+fieldset.form-wrapper {
+  border: 1px solid #ccc;
+  padding: 0 1rem;
+}
+
+fieldset.form-wrapper .fieldset-legend {
+  padding: 0 .5rem;
+  font-weight: bold;
+}
+
 /* Table ordering */
 .sticky-table { box-sizing: initial; }
 .sticky-table a { border-bottom: none; }