diff --git a/server/djrandom/frontend/static/css/style.css b/server/djrandom/frontend/static/css/style.css
index ad49b1defcb09098498a84bfd1f6cb0f4e5b4c93..d7d4c7225ec4b9bf3407a652c23454d38d9b4eb1 100644
--- a/server/djrandom/frontend/static/css/style.css
+++ b/server/djrandom/frontend/static/css/style.css
@@ -64,6 +64,22 @@ h1 {
     background-color: #ddf;
 }
 
+.chunk_title {
+    display: block;
+    cursor: pointer;
+    background-color: #f0f0ff;
+    font-weight: bold;
+    font-size: 110%;
+    border-radius: 8px;
+    -moz-border-radius: 8px;
+    -webkit-border-radius: 8px;
+}
+
+.chunk_title:active {
+    background-color: #99f;
+    color: #666;
+}
+
 /* Player */
 
 #djr_player {