diff --git a/app/assets/stylesheets/content/_table.lsg b/app/assets/stylesheets/content/_table.lsg
index 954f78c18c..5374f4e1ec 100644
--- a/app/assets/stylesheets/content/_table.lsg
+++ b/app/assets/stylesheets/content/_table.lsg
@@ -6,13 +6,20 @@
```
+
+
+
+
+
+
+
First |
Second |
- Third |
+ Third |
Forth |
- Fifth |
+ Fifth |
diff --git a/app/assets/stylesheets/content/_table.sass b/app/assets/stylesheets/content/_table.sass
index 773b8f34bc..8e3e3919c4 100644
--- a/app/assets/stylesheets/content/_table.sass
+++ b/app/assets/stylesheets/content/_table.sass
@@ -61,8 +61,14 @@ $tc-row-hover-line-background-color: #e4f7fb
th
text-transform: $tc-header-text-transformation
padding: $tc-header-cell-padding
+ text-align: left
&:hover
background-color: $tc-header-cell-hover-background-color
td
font-size: $tc-cells-font-size
padding: $tc-cell-padding
+
+ col
+ &:hover,
+ &.hover
+ background: #f8f8f8
\ No newline at end of file