+
diff --git a/my_theme/static/css/main.css b/my_theme/static/css/main.css
index 4db2e08..687bb7c 100644
--- a/my_theme/static/css/main.css
+++ b/my_theme/static/css/main.css
@@ -575,3 +575,33 @@ kbd {
text-align: center;
background-color: #ddd;
}
+
+#keywords-button {
+ position: relative;
+ cursor: pointer;
+ font-size: 75%;
+}
+
+#keyword-list-wrapper {
+ position: absolute;
+ top: 1.4rem;
+ padding: 5px;
+ background-color: white;
+ border-radius: 3px;
+ display: none;
+ width: 150%;
+ left: 0;
+}
+
+#keyword-list {
+ border: 1px solid black;
+ font-size: 14px;
+ font-family: 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
+ border-radius: 2px;
+ padding: 2px;
+ text-align: justify;
+}
+
+.keyword-first-letter {
+ color: #f18137;
+}