diff --git a/ereuse_devicehub/static/css/devicehub.css b/ereuse_devicehub/static/css/devicehub.css
new file mode 100644
index 00000000..a79a56cc
--- /dev/null
+++ b/ereuse_devicehub/static/css/devicehub.css
@@ -0,0 +1,25 @@
+/**
+* eReuse CSS
+*/
+
+/*--------------------------------------------------------------
+# LotsSelector
+--------------------------------------------------------------*/
+
+#dropDownLotsSelector {
+ max-height: 500px;
+}
+
+#dropDownLotsSelector>ul#LotsSelector {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ min-width: max-content;
+ max-height: 40vh;
+ overflow-y: auto;
+}
+
+#dropDownLotsSelector #ApplyDeviceLots {
+ padding-top: 0px;
+ padding-bottom: 5px;
+}
diff --git a/ereuse_devicehub/static/css/style.css b/ereuse_devicehub/static/css/style.css
index 4f4a98d3..1fd44f19 100644
--- a/ereuse_devicehub/static/css/style.css
+++ b/ereuse_devicehub/static/css/style.css
@@ -1082,25 +1082,3 @@ h1, h2, h3, h4, h5, h6 {
font-size: 13px;
color: #012970;
}
-
-/*--------------------------------------------------------------
-# LotsSelector
---------------------------------------------------------------*/
-
-#dropDownLotsSelector {
- max-height: 500px;
-}
-
-#dropDownLotsSelector > ul#LotsSelector {
- list-style-type: none;
- margin: 0;
- padding: 0;
- min-width: max-content;
- max-height: 40vh;
- overflow-y: auto;
-}
-
-#dropDownLotsSelector #ApplyDeviceLots {
- padding-top: 0px;
- padding-bottom: 5px;
-}
\ No newline at end of file
diff --git a/ereuse_devicehub/templates/ereuse_devicehub/base.html b/ereuse_devicehub/templates/ereuse_devicehub/base.html
index 8e147828..cad2e813 100644
--- a/ereuse_devicehub/templates/ereuse_devicehub/base.html
+++ b/ereuse_devicehub/templates/ereuse_devicehub/base.html
@@ -28,6 +28,7 @@
+