diff --git a/views/report.erb b/views/report.erb
index d5c0c0b..9f883e7 100644
--- a/views/report.erb
+++ b/views/report.erb
@@ -3,6 +3,10 @@
<% end %>
<%= @country[:country] %>
+
+ Play this country!
+ Download data
+
Galactic Senate
diff --git a/views/sass/_report.scss b/views/sass/_report.scss
index 2b202ef..948ff59 100644
--- a/views/sass/_report.scss
+++ b/views/sass/_report.scss
@@ -47,4 +47,16 @@
.page-title + & {
margin-top: 1em;
}
-}
\ No newline at end of file
+}
+
+.report-actions {
+ text-align: center;
+
+ .button {
+ background: #fff;
+ }
+
+ .button + .button {
+ margin-left: 1em;
+ }
+}