diff --git a/app/components/architecture-visualisation-cytoscape/style.js b/app/components/architecture-visualisation-cytoscape/style.js
index 0d8ddbac55090918f557e62e686ed0ad4eadb7db..9a29935bfc6625f8bd9293809cdc3a15fc4ccce4 100644
--- a/app/components/architecture-visualisation-cytoscape/style.js
+++ b/app/components/architecture-visualisation-cytoscape/style.js
@@ -9,7 +9,7 @@ export default function(theme){
 
 
 * {
-    font-size: 10pt;
+    font-size: 15px;
 }
 
 node { /* all nodes */
@@ -63,10 +63,13 @@ $node > node { /* compounds. "Nodes" in meta model. $ selects the parent node th
     color: ${theme.arrowColor};
     line-color: ${theme.arrowColor};
     target-arrow-color: ${theme.arrowColor};
-    text-background-color: ${theme.arrowLineColor};
-    text-background-opacity: 1;
-    text-background-shape: roundrectangle;
+    /*text-background-color: ${theme.arrowLineColor};
+    text-background-opacity: 1;*/
+    /*text-background-shape: roundrectangle;*/
+    text-outline-color: ${theme.arrowColor};
+    text-outline-width: 1px;
     font-size: 12pt;
+    width: data(workload);
 }
 
 [type="nodeGroup"] {
@@ -84,8 +87,6 @@ edge {
     font-weight: bold;
     target-arrow-shape: triangle-backcurve;
     curve-style: bezier; /* supports arrows */
-    width: data(workload);
-
 }
 
 :selected {
diff --git a/app/models/node.js b/app/models/node.js
index 595993f2496c08f9e72fb44b5849ec166073283a..337d4a2f816b3349bc02b080334748d2a8d87ede 100644
--- a/app/models/node.js
+++ b/app/models/node.js
@@ -18,7 +18,7 @@ Model.reopenClass({
         "systemId":"system123",
         "hostname":"host2",
         "ip":"10.0.0.2",
-        "name":"Logicnode FIXTURE",
+        "name":"Logicnode",
         "nodeGroupId":"test-system123-nodeGroup-1"
     },
     {