Network report hotfix

Change-Id: I9434f42853b51e4f1d5ee01f09a16f0684b24732
Related-PROD: PROD-38972
diff --git a/templates/network_check_tmpl.j2 b/templates/network_check_tmpl.j2
index a2b17a9..6cb3e89 100644
--- a/templates/network_check_tmpl.j2
+++ b/templates/network_check_tmpl.j2
@@ -7,9 +7,9 @@
     {% include 'common_scripts.j2' %}
     <style>
         table.cluster_nodes {
-            width: 90%;
-            margin-left: 5%;
-            margin-right: 5%;
+            width: 98%;
+            margin-left: 1%;
+            margin-right: 1%;
         }
     
         /* Node rows*/
@@ -91,8 +91,8 @@
         
         .head { height: 18px; }
 	    .col_name {	width: 250px; }
-	    .col_role {	width: 150px; }
-	    .col_vendor { width: 100px; }
+	    .col_role {	width: 130px; }
+	    .col_vendor { width: 70px; }
         .col_release { width: 100px; }
         .col_kernel { min-width: 100px; }
         .col_vcpu { min-width: 40px; }
@@ -100,8 +100,8 @@
         .col_ram { min-width: 150px; }
         .col_disk { min-width: 200px; }
         
-        .col_node_notes { width: 400px; }
-        .col_cpu_notes { width: 218px; }
+        .col_node_notes { width: 384px; }
+        .col_cpu_notes { width: 177px; }
 
         .meters {
             display: inline-block;