diff --git a/like_mybb_bT4CK-theme.xml b/like_mybb_bT4CK-theme.xml
index 8e5f9135a52838603944f19e64ad692b9fa018eb..8096ebe20c97e619d95f6191ae800014c5a03d22 100644
--- a/like_mybb_bT4CK-theme.xml
+++ b/like_mybb_bT4CK-theme.xml
@@ -500,7 +500,7 @@ a:active {
 
 @media only screen and (min-width: 1140px) {
   .wrapper {
-	width: 97%;
+	width: 98%;
     max-width: 1500px;
 	padding: 0;
     margin: 0 auto;
@@ -1702,8 +1702,19 @@ tr.trow_selected td {
 }
 
 .navigation {
-	color: #333;
-	font-size: 12px;
+	/*color: #333;
+	font-size: 12px;*/
+margin-bottom: 13px;
+    padding: 0 19px;
+    font-family: inherit;
+    color: #aaa;
+    border-radius: 10px;
+    font-size: 13px;
+    overflow: hidden;
+    height: 48px;
+    line-height: 48px;
+    background: rgba(65,93,249,.1);
+    filter: blur(0);
 }
 
 .navigation a:link {