diff --git a/NzbDrone.Web/Content/Grid.css b/NzbDrone.Web/Content/Grid.css
new file mode 100644
index 000000000..346291666
--- /dev/null
+++ b/NzbDrone.Web/Content/Grid.css
@@ -0,0 +1,40 @@
+.statusImage, .searchImage, .renameImage, .ignoreEpisode, .ignoreEpisodesMaster
+{
+ width: 18px;
+ height: 18px;
+ padding: 1px;
+ margin: 2px;
+ border-width: 1px;
+ border-style: dashed;
+ border-color: lightgray;
+}
+
+.searchImage:hover, .renameImage:hover, .ignoreEpisode:hover, .ignoreEpisodesMaster:hover
+{
+ background-color: #065EFE;
+}
+
+.t-grid td
+{
+ line-height: 0.6em;
+}
+
+.t-grid .t-header
+{
+ line-height: 1.8em;
+}
+
+.t-grid-header .t-header .t-link
+{
+ padding: 0.3em 0.9em 1.0em 0.6em;
+}
+
+.t-grid .t-detail-cell
+{
+ line-height: 1.5em;
+}
+
+.t-grid td
+{
+ padding: 0em 0.6em;
+}
\ No newline at end of file
diff --git a/NzbDrone.Web/NzbDrone.Web.csproj b/NzbDrone.Web/NzbDrone.Web.csproj
index b944d054e..9dc7aea0a 100644
--- a/NzbDrone.Web/NzbDrone.Web.csproj
+++ b/NzbDrone.Web/NzbDrone.Web.csproj
@@ -329,6 +329,7 @@