diff --git a/src/layouts/_default/list.html b/src/layouts/_default/list.html
index 0c16e5d..214c2c6 100644
--- a/src/layouts/_default/list.html
+++ b/src/layouts/_default/list.html
@@ -107,27 +107,6 @@
padding: 0.5em 0;
}
-input[type=text], input[type=email] {
- width: 100%;
- padding: 12px 20px;
- margin: 8px 0;
- box-sizing: border-box;
-}
-
-input[type=submit] {
- width: 100%;
- background-color: #4CAF50;
- color: white;
- padding: 14px 20px;
- margin: 8px 0;
- border: none;
- border-radius: 4px;
- cursor: pointer;
-}
-
-input[type=submit]:hover {
- background-color: #45a049;
-}