diff --git a/Customers/Customers.master b/Customers/Customers.master
index 1d52928..2337ac5 100644
--- a/Customers/Customers.master
+++ b/Customers/Customers.master
@@ -1,4 +1,4 @@
-<%@ Master Language="VB" CodeFile="Customers.master.vb" Inherits="Customers_Customers" EnableSessionState="True" %>
+<%@ Master Language="VB" CodeFile="Customers.master.vb" Inherits="Customers_Customers" %>
diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx
index e1bc674..1c9b468 100644
--- a/Customers/LKWs.aspx
+++ b/Customers/LKWs.aspx
@@ -40,20 +40,18 @@
border: 1px solid grey;
}
}
- input::-webkit-outer-spin-button,
-input::-webkit-inner-spin-button {
- /* display: none; <- Crashes Chrome on hover */
- -webkit-appearance: none;
- margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
-}
-
-input[type=number] {
- -moz-appearance:textfield; /* Firefox */
-}
-
@@ -105,9 +100,8 @@ iframe {overflow:hidden}