diff --git a/core/assets/common/screen/statistics/gfx/bookmark1.png b/core/assets/common/screen/statistics/gfx/bookmark1.png
index 17e3a75f4b1163bfd8f31349ecbe18a4bae3c096..faafe62a51bcb4166af383c3c7e5545d82808087 100644
Binary files a/core/assets/common/screen/statistics/gfx/bookmark1.png and b/core/assets/common/screen/statistics/gfx/bookmark1.png differ
diff --git a/core/assets/common/screen/statistics/gfx/bookmark1_pressed.png b/core/assets/common/screen/statistics/gfx/bookmark1_pressed.png
index 5f818c0176ba2ae72a784932e42dbaec855c20ef..21571ad1abc765d427557c6acb09f438e0b02362 100644
Binary files a/core/assets/common/screen/statistics/gfx/bookmark1_pressed.png and b/core/assets/common/screen/statistics/gfx/bookmark1_pressed.png differ
diff --git a/core/assets/common/screen/statistics/gfx/bookmark2.png b/core/assets/common/screen/statistics/gfx/bookmark2.png
index 748219cf2434befe768cc9da2ee27a4caf39dc6c..55b6250ce89fcf22fd3b2110531596bfef71648a 100644
Binary files a/core/assets/common/screen/statistics/gfx/bookmark2.png and b/core/assets/common/screen/statistics/gfx/bookmark2.png differ
diff --git a/core/assets/common/screen/statistics/gfx/bookmark2_pressed.png b/core/assets/common/screen/statistics/gfx/bookmark2_pressed.png
index 1b21555e1d7982a0abb6922299ad771debcfb64e..0ff8510d3c6f8ea1c1216af43d01e82259379759 100644
Binary files a/core/assets/common/screen/statistics/gfx/bookmark2_pressed.png and b/core/assets/common/screen/statistics/gfx/bookmark2_pressed.png differ
diff --git a/core/assets/common/screen/statistics/gfx/bookmark3.png b/core/assets/common/screen/statistics/gfx/bookmark3.png
index 248956ee248c9d29a8a005111944e9a0c2bf2912..bf9a09d45b0b160bf24d61a5bdab26edf6e98c60 100644
Binary files a/core/assets/common/screen/statistics/gfx/bookmark3.png and b/core/assets/common/screen/statistics/gfx/bookmark3.png differ
diff --git a/core/assets/common/screen/statistics/gfx/bookmark3_pressed.png b/core/assets/common/screen/statistics/gfx/bookmark3_pressed.png
index a86ba583838fa3e9e7ef8ab38cf0a078b21b1733..6d4544f32fead2e981df30bb48bf7b5566efe60a 100644
Binary files a/core/assets/common/screen/statistics/gfx/bookmark3_pressed.png and b/core/assets/common/screen/statistics/gfx/bookmark3_pressed.png differ
diff --git a/core/src/cz/nic/tablexia/screen/statistics/StatisticsScreen.java b/core/src/cz/nic/tablexia/screen/statistics/StatisticsScreen.java
index 5c1d092b2e5eeeadeb4da01ede0f46e9cd25a9ad..dd9e957c98e624f65d26cf8aeb51098000d1cec2 100644
--- a/core/src/cz/nic/tablexia/screen/statistics/StatisticsScreen.java
+++ b/core/src/cz/nic/tablexia/screen/statistics/StatisticsScreen.java
@@ -103,7 +103,7 @@ public class StatisticsScreen extends AbstractTablexiaScreen<Void> {
     private static final String                                 PRESSED_TEXT                    = "_pressed";
     private static final String                                 BOOKMARK_TEXT                   = "bookmark";
 
-    private static final int                                    BOOKMARK_OPEN_TEXT_LEFT_OFFSET  = 30;
+    private static final int                                    BOOKMARK_OPEN_TEXT_LEFT_OFFSET  = 45;
     private static final int                                    BOOKMARK_OPEN_ALIGN             = Align.left;
     private static final int                                    BOOKMARK_CLOSE_ALIGN            = Align.left;
     private static final int                                    BOOKMARK_OPEN_WIDTH             = 380;
@@ -273,6 +273,7 @@ public class StatisticsScreen extends AbstractTablexiaScreen<Void> {
             button.getLabel().setWrap(false);
             button.fontType(BOOKMARK_FONT_TYPE);
             button.setUserObject(gameMenuDefinition);
+            button.setWidth(BOOKMARK_CLOSE_WIDTH);
             button.setY((GameMenuDefinition.values().length - i) * BOOKMARKS_PADDING * getViewportHeight());
             button.setInputListener(new ClickListener() {
                 @Override