diff --git a/app/assets/stylesheets/desktop/discourse.scss b/app/assets/stylesheets/desktop/discourse.scss
index e90257212..cf4d036ff 100644
--- a/app/assets/stylesheets/desktop/discourse.scss
+++ b/app/assets/stylesheets/desktop/discourse.scss
@@ -13,6 +13,9 @@ body {
   min-width: $large-width;
 }
 
+:focus {box-shadow:0 0 10px #2b95ca; }
+
+
 .container {
   @extend .clearfix;
   max-width: $large-width;
diff --git a/app/assets/stylesheets/desktop/topic-post.scss b/app/assets/stylesheets/desktop/topic-post.scss
index c1bd61b50..f5452face 100644
--- a/app/assets/stylesheets/desktop/topic-post.scss
+++ b/app/assets/stylesheets/desktop/topic-post.scss
@@ -435,7 +435,6 @@ iframe {
     margin: 5px 0 0 0;
     font-size: 2em;
     line-height: 1.2em;
-    overflow: hidden;
   }
 
   a.star {
@@ -464,7 +463,25 @@ iframe {
     height: 45px;
   }
   
-  .contents { text-align: center;}
+  .contents { 
+
+    text-align: center;
+
+     a {
+      display: block; 
+      margin: 0 auto;
+      width: 45px;
+    }
+
+    h3 a {
+      display: inline;
+      width: auto;
+
+    }
+
+
+
+  }
   h3 { display: block; }
 
 }