Restored stile for MCord grid

Change-Id: I2d6cfe10f28fabb339d69d43f1b0dcd197687e7c
diff --git a/xos/core/views/mCordServiceGrid.py b/xos/core/views/mCordServiceGrid.py
index 56c820a..6ef77b5 100644
--- a/xos/core/views/mCordServiceGrid.py
+++ b/xos/core/views/mCordServiceGrid.py
@@ -24,6 +24,28 @@
             });
         })
     </script>
+    <style>
+        .kind-container.row {
+            height: 60px;
+            overflow-y: hidden;
+            transition: all .5s ease-in-out;
+        }
+
+        .kind-container.row > .col-xs-12 {
+            margin-bottom:10px;
+            background: darkred;
+            color: #fff;
+            border-radius: 10px;
+        }
+
+        .kind-container.row.active {
+            height: 230px;
+        }
+
+        .kind-container img {
+            margin: 0 auto;
+        }
+    </style>
     """
 
     tail_template = r"{% endblock %}"