diff --git a/server/djrandom/frontend/static/css/style.css b/server/djrandom/frontend/static/css/style.css
index d7d4c7225ec4b9bf3407a652c23454d38d9b4eb1..ee4afdcf9b096acd94be5ada9e2c3d0b07af6c1d 100644
--- a/server/djrandom/frontend/static/css/style.css
+++ b/server/djrandom/frontend/static/css/style.css
@@ -64,6 +64,10 @@ h1 {
     background-color: #ddf;
 }
 
+.chunk {
+    margin-bottom: 2px;
+}
+
 .chunk_title {
     display: block;
     cursor: pointer;
@@ -71,8 +75,7 @@ h1 {
     font-weight: bold;
     font-size: 110%;
     border-radius: 8px;
-    -moz-border-radius: 8px;
-    -webkit-border-radius: 8px;
+    padding: 6px 10px 6px 10px;
 }
 
 .chunk_title:active {