diff --git a/index.html b/index.html
index 88ebdf0..7bf6016 100755
--- a/index.html
+++ b/index.html
@@ -32,12 +32,22 @@
text-align: center;
margin-bottom: 3px;
}
+
+ .download_item {
+ margin-bottom: 10px;
+ padding-top: 10px;
+ background-color: rgb(245, 245, 245);
+ border: 1px solid rgba(0, 0, 0, 0.05);
+ border-radius: 4px 4px 4px 4px;
+ box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
+ }
+