Index: /SPARQLBuilderWWW/web/newsparqlbuilder.js
===================================================================
--- /SPARQLBuilderWWW/web/newsparqlbuilder.js (revision 241)
+++ /SPARQLBuilderWWW/web/newsparqlbuilder.js (revision 242)
@@ -48,5 +48,5 @@
 	});
 
-	$('.SBModalContents').click(function(){
+	$('.SBModalContents').click(function(event){
 		event.stopPropagation();
 	});
@@ -67,5 +67,5 @@
 	});
 
-	d3.select('.SBModalView').on("mousewheel", function(){
+	d3.select('.SBModalView').on("mousewheel", function(event){
 		event.preventDefault();
 	});
Index: /SPARQLBuilderWWW/web/newsparqlbuilder.css
===================================================================
--- /SPARQLBuilderWWW/web/newsparqlbuilder.css (revision 241)
+++ /SPARQLBuilderWWW/web/newsparqlbuilder.css (revision 242)
@@ -38,4 +38,7 @@
 	background-color: rgba(0,0,0,0.8);
 	display: none;
+	color: initial;
+	font-size: initial;
+	font-family: initial;
 }
 
