Refactoring
diff --git a/views/style/sass/lib/tabs.scss b/views/style/sass/lib/tabs.scss
index 44e1b8e..5ed0640 100644
--- a/views/style/sass/lib/tabs.scss
+++ b/views/style/sass/lib/tabs.scss
@@ -19,4 +19,9 @@
   border-bottom-width: 5px !important;
   border-bottom-style: solid;
   border-bottom-color: $brand-primary;
+}
+
+.ui-widget-header {
+  background: none !important;
+  border: none !important;
 }
\ No newline at end of file