diff --git a/Repositories/statistics/includes/inc.fns.cumulative_usage_country.es.php b/Repositories/statistics/includes/inc.fns.cumulative_usage_country.es.php
index f4f61ac..e876079 100755
--- a/Repositories/statistics/includes/inc.fns.cumulative_usage_country.es.php
+++ b/Repositories/statistics/includes/inc.fns.cumulative_usage_country.es.php
@@ -121,9 +121,9 @@
 				print '';
 			if (file_exists($c_flag)) {
-				print ' ';
+				print '
';
+				print ' ';
 			} else {
-				print '
';
 			} else {
-				print ' ';
+				print '
';
+				print ' ';
 			};
 			if ( $dl > 0 )
 				print '';
@@ -146,7 +146,6 @@
 			$cur_count = $abs;
 			$col_width = (int) ($cur_count/$max_count * $max_width);
 			if ( $abs > 0 ) $col_width = max($col_width,1);
-			$col_width .= "px";
 			print '
';
 			};
 			if ( $dl > 0 )
 				print '';
@@ -146,7 +146,6 @@
 			$cur_count = $abs;
 			$col_width = (int) ($cur_count/$max_count * $max_width);
 			if ( $abs > 0 ) $col_width = max($col_width,1);
-			$col_width .= "px";
 			print '
';
@@ -164,20 +162,32 @@
 		print ' ';
@@ -154,7 +153,6 @@
 			$cur_count = $dl;
 			$col_width = (int) ($cur_count/$max_count * $max_width);
 			if ($dl > 0) $col_width = max($col_width,1);
-			$col_width .= "px";
 			print '
  | | Grand Totals: | '.
 		$total_abstracts.
-		' | - | abstract views';
+		'+ | abstract';
 		if ( $mode == 'country' )
-			print ' originating from '.
+		{
+			print ' views originating from '.
 			count($abstract_countries).
-			' distinct countries | 
|---|
';
+			' distinct countries';
+		}
+		else
+		{
+			print 's indexed';
+		}
 		print '|  | '.
 		$total_downloads.
-		' | document downloads';
+		' | full text ';
 		if ($mode == 'country' )
-			print ' originating from '.
+		{
+			print 'downloads originating from '.
 			count($download_countries).
-			' distinct countries | 
|---|
';
+			' distinct countries';
+		}
+		else
+		{
+			print 'documents indexed';
+		}
 	}
 
 ?>