diff --git a/src/Template/Main/blocks.ctp b/src/Template/Main/blocks.ctp
index bb8f2f0..d2c8986 100644
--- a/src/Template/Main/blocks.ctp
+++ b/src/Template/Main/blocks.ctp
@@ -126,9 +126,14 @@
$this->assign('title', 'Blocks');
+ $this->start('css');
+ echo $this->Html->css('/amcharts/plugins/export/export.css');
+ $this->end();
+
$this->start('script'); ?>
+