diff --git a/show_nonrespondents.php b/show_nonrespondents.php
index 2d3dcd78..5e496313 100644
--- a/show_nonrespondents.php
+++ b/show_nonrespondents.php
@@ -245,7 +245,7 @@
$table->sortable(true, 'lastname', SORT_DESC);
$table->set_attribute('cellspacing', '0');
$table->set_attribute('id', 'showentrytable');
- $table->set_attribute('class', 'flexible generaltable generalbox');
+ $table->set_attribute('class', 'flexible generaltable generalbox table-reboot');
$table->set_control_variables(array(
TABLE_VAR_SORT => 'ssort',
TABLE_VAR_IFIRST => 'sifirst',
diff --git a/templates/question_rate.mustache b/templates/question_rate.mustache
index 79023954..a9fb3365 100644
--- a/templates/question_rate.mustache
+++ b/templates/question_rate.mustache
@@ -123,7 +123,7 @@
}}
{{#qelements}}
-
+
{{caption}}
{{#qelements.headerrow}}
diff --git a/templates/questionpdf_container.mustache b/templates/questionpdf_container.mustache
index 6eb12f7b..cffc32f3 100644
--- a/templates/questionpdf_container.mustache
+++ b/templates/questionpdf_container.mustache
@@ -45,7 +45,7 @@