diff --git a/style.css b/style.css
index 1b24c3d..ac08045 100644
--- a/style.css
+++ b/style.css
@@ -806,7 +806,6 @@ table.hosting-table th {
 #hosting-platform-info,
 #hosting-package-info,
 #hosting-site-info,
-#hosting-task-info,
 #hosting-site-edit-info {
   font-size:11px;
   background:#f8f8f8;
@@ -815,7 +814,15 @@ table.hosting-table th {
   border:1px solid #e8e8e8;
   margin:0px 0px 10px;
   width:280px;
-  }
+}
+
+#hosting-task-info {
+  font-size:11px;
+  background:#f8f8f8;
+  padding:9px;
+  border:1px solid #e8e8e8;
+  margin:0px 0px 10px;
+}
 
 table.views-table { clear: both }
 
