Some minor stylings
diff --git a/Changes b/Changes
index 87c58a1..efe2e30 100755
--- a/Changes
+++ b/Changes
@@ -1,9 +1,12 @@
+0.08 2014-11-19
+        - Added new suggestion module
+
 0.07 2014-11-03
-        - Added API-Response view.
+        - Added API-Response view
 
 0.06 2014-09-22
         - Updated certain Notifications and AssetPack plugins
-	- Updated pagination plugin.
+	- Updated pagination plugin
 
 0.05 2014-07-15
         - Improved tutorial support
@@ -14,7 +17,7 @@
    	- Preliminary match view
 	- Switched to asset pipeline wth sass
 	- Added syntax highlighting to JSON
-	- Update to Api 0.1.
+	- Update to Api 0.1
 
 0.03 2014-06-20
         - Added preliminary autocompletion support (freetime project)
@@ -24,5 +27,6 @@
 
 0.01 2014-05-31
         - Simplifications:
-          Notifications plugin is at https://github.com/Akron/Mojolicious-Plugin-Notifications
+          Notifications plugin is at
+          https://github.com/Akron/Mojolicious-Plugin-Notifications
 	  All other plugins can be found at CPAN
diff --git a/lib/Korap.pm b/lib/Korap.pm
index 0710149..c5073ef 100644
--- a/lib/Korap.pm
+++ b/lib/Korap.pm
@@ -2,7 +2,7 @@
 use Mojo::Base 'Mojolicious';
 use Mojo::ByteStream 'b';
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 # Start dev with
 # morbo -w lib -w templates -w public/sass -w public/js -w public/css script/korap
diff --git a/public/sass/hint.scss b/public/sass/hint.scss
index 7f60f87..e7744f5 100644
--- a/public/sass/hint.scss
+++ b/public/sass/hint.scss
@@ -52,7 +52,10 @@
       list-style-type: none;
       list-style-position: outside;
       padding: 3px 10pt;
+/*
       text-shadow: $light-shadow;
+*/
+      text-shadow: none;
       white-space: normal;
       color: $light-green;
       border: {
@@ -65,29 +68,24 @@
         text-shadow: none;
       }
       > span {
-        float: right;
-        margin-left: 30pt;
-        text-align: right;
-        font-style: italic;
+	display: block;
+	color: $dark-green;
+        text-align: left;
+        font-style: normal;
+	font-size: 80%;
+	text-shadow: none;
       }
       /* like sidebar ul li.active */
       &.active {
         background-color: $light-green;
         text-shadow: none;
         color: $dark-green;
-        text-shadow: none;
       }
       &:first-of-type:not(.no-more) {
-        border-top-color: $middle-grey;
-	&.active {
-	  border-top-color: $dark-orange;
-	}
+        border-top-color: $dark-orange;
       }
       &:last-of-type:not(.no-more) {
-        border-bottom-color: $middle-grey;
-	&.active {
-	  border-bottom-color: $dark-orange;
-	}
+        border-bottom-color: $dark-orange;
       }     
     }
   }
diff --git a/public/sass/sidebar.scss b/public/sass/sidebar.scss
index 05aa942..a9371ea 100644
--- a/public/sass/sidebar.scss
+++ b/public/sass/sidebar.scss
@@ -76,7 +76,10 @@
       }
       &.active {
 	background-color: $light-green;
+/*
 	text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
+*/
+	text-shadow: none;
 	h3 {
 	  margin-bottom: 2pt;
 	  padding-bottom: 2pt;