diff --git a/css/style.css b/css/style.css
new file mode 100644
index 0000000..fa23b42
--- /dev/null
+++ b/css/style.css
@@ -0,0 +1,26 @@
+/*
+Copyright (C) 2016 Alex
+
+This program is free software: you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation, either version 3 of the License, or
+(at your option) any later version.
+
+This program is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with this program. If not, see .
+*/
+
+/* http://stackoverflow.com/questions/17206631/why-are-bootstrap-tabs-displaying-tab-pane-divs-with-incorrect-widths-when-using */
+/* bootstrap hack: fix content width inside hidden tabs */
+.tab-content > .tab-pane:not(.active),
+.pill-content > .pill-pane:not(.active) {
+ display: block;
+ height: 0;
+ overflow-y: hidden;
+}
+/* bootstrap hack end */
diff --git a/index.php b/index.php
index 56da34b..6bc3a46 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,5 @@
-
+
+