diff --git a/public/css/theme.css.php b/public/css/theme.css.php
index 4aa847d53631a846ea09e6cf675671837ad351cc..458b823bcab5f1efb08dc302efe811dc3e8b5391 100644
--- a/public/css/theme.css.php
+++ b/public/css/theme.css.php
@@ -55,6 +55,11 @@ input[type=text]:focus, textarea:focus, input[type=email]:focus, input[type=tel]
 	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
 }
 
+.navbar.navbar-resultpage {
+    border-bottom: 2px solid <?=$color?>;
+    box-shadow: none;
+}
+
 .lSPrev > span, .lSNext > span {
 	color: <?=$color?>;
 }
\ No newline at end of file