diff --git a/www/css/market.css b/www/css/market.css
new file mode 100644
index 0000000000000000000000000000000000000000..513e6659a0eb3870d1a7f0481c8178c909124f26
--- /dev/null
+++ b/www/css/market.css
@@ -0,0 +1,10 @@
+
+/**********
+   Categories select
+**********/
+
+.item-category{
+  overflow: inherit ;
+  text-overflow: inherit ;
+  white-space: normal !important;
+}
diff --git a/www/css/style.css b/www/css/style.css
index 82fe26c616a01e0dc453bb017199cf3705285339..bfe19f0fe931d93b6efc392c87a1161b088f06a5 100644
--- a/www/css/style.css
+++ b/www/css/style.css
@@ -18,7 +18,6 @@ body {
     margin-top: 30px;
 }
 
-
 .badge sub, .badge sup {
     line-height: inherit;
 }
@@ -51,17 +50,6 @@ body {
 .light {
     color: grey;
 }
-
-/**********
-   Categories select
-**********/
-
-.item-category{
-  overflow: inherit ;
-  text-overflow: inherit ;
-  white-space: normal !important;
-}
-
 /*.button {*/
     /*height: 50px !important;*/
     /*font-size: 18px !important;*/
@@ -118,8 +106,6 @@ body {
 .slider-slide {
     color: #000;
     background-color: #fff;
-    /*text-align: center;*/
-
     font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
     font-weight: 300;
 }
diff --git a/www/index.html b/www/index.html
index 924ec2b5b1ae23220c01cc7a7d098ee3cf473148..05e8edd5272b4495f8f4d26c40036d853ae94217 100644
--- a/www/index.html
+++ b/www/index.html
@@ -7,6 +7,7 @@
 
     <link href="lib/ionic/css/ionic.css" rel="stylesheet">
     <link href="css/style.css" rel="stylesheet">
+    <link href="css/market.css" rel="stylesheet">
 
     <!-- IF using Sass (run gulp sass first), then uncomment below and remove the CSS includes above
     <link href="css/ionic.app.css" rel="stylesheet">
@@ -61,7 +62,5 @@
   </head>
   <body ng-app="cesium">
     <ion-nav-view></ion-nav-view>
-
   </body>
-
 </html>