diff --git a/src/main/webapp/WEB-INF/view/index.jsp b/src/main/webapp/WEB-INF/view/index.jsp
index 03a078617cd95227782fd01248878fcc057d344c..372dcff55513c9cb855ed18b296f3e7b058f732f 100644
--- a/src/main/webapp/WEB-INF/view/index.jsp
+++ b/src/main/webapp/WEB-INF/view/index.jsp
@@ -21,6 +21,11 @@
+
+
+
+
+
diff --git a/src/main/webapp/WEB-INF/view/search.jsp b/src/main/webapp/WEB-INF/view/search.jsp
index 4ab6de6d95b2030946b69899e519b13e54a7f0e7..688ba684844b159d5342c70e5019dd5b1d04721f 100644
--- a/src/main/webapp/WEB-INF/view/search.jsp
+++ b/src/main/webapp/WEB-INF/view/search.jsp
@@ -79,6 +79,10 @@
+ |
+
+
+
diff --git a/src/main/webapp/css/style.css b/src/main/webapp/css/style.css
index fd0690290edb41b0213eedf4be9a040f090e7873..aeae4c6b883e071a8239254a33b269c0c6eee0dd 100644
--- a/src/main/webapp/css/style.css
+++ b/src/main/webapp/css/style.css
@@ -22,11 +22,15 @@ h3 {
font-size: 18px;
}
-.navbar .help-link {
+.navbar .logout-link {
+ margin-right: 10px;
+}
+
+.navbar .logout-link, .navbar .help-link {
color: #ffffff;
}
-.navbar .help-link:hover {
+.navbar .logout-link:hover, .navbar .help-link:hover {
color: #08c;
text-decoration: none;
}