diff --git a/public/index.html b/public/index.html
index bf90500..152f539 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,13 +3,10 @@
Spotify Duplicate Finder
-
-
-
diff --git a/public/style.css b/public/style.css
deleted file mode 100644
index ff36c6c..0000000
--- a/public/style.css
+++ /dev/null
@@ -1,46 +0,0 @@
-#login, #loggedin, #obtain-new-token {
- display: none;
-}
-
-.text-overflow {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 500px;
-}
-
-.spinner {
- display: none;
- width: 0;
- float: right;
- margin-left: 5px;
-}
-
-.has-spinner.loading .spinner {
- display: inline-block;
- width: 16px; /* This doesn't work, just fix for unkown width elements */
-}
-
-#get-playlists {
- float: right;
-}
-
-.pl_item {
- text-align: left;
-}
-
-.glyphicon.glyphicon-chevron-right {
- float: right;
- display: inline-block;
- width: 16px;
- margin-left: 5px;
-}
-
-#loggedin .media .pull-left {
- min-width: 20%;
-}
-
-.loading .glyphicon-chevron-right.glyphicon-chevron-right {
- display: none;
- width: 0;
-}