diff --git a/powerdnsadmin/static/custom/css/custom.css b/powerdnsadmin/static/custom/css/custom.css
index 1cd3728..8b119ed 100644
--- a/powerdnsadmin/static/custom/css/custom.css
+++ b/powerdnsadmin/static/custom/css/custom.css
@@ -44,4 +44,16 @@ table td {
.search-input {
width: 100%;
-}
\ No newline at end of file
+}
+
+.sidebar .image { padding-top: 0.7em; }
+.sidebar .info { color: #fff; }
+.sidebar .info p { margin: 0; }
+.sidebar .info a { font-size: 0.8em; }
+
+/* Global Styles */
+table.records thead th, table.records tbody td { text-align: center; vertical-align: middle; }
+table.records thead th:last-of-type { width: 50px; }
+div.records > div.dataTables_wrapper > div.row:first-of-type { margin: 0 0.5em 0 0.5em; }
+div.records > div.dataTables_wrapper > div.row:last-of-type { margin: 0.4em 0.5em 0.4em 0.5em; }
+div.records > div.dataTables_wrapper table.dataTable { margin: 0 !important; }
\ No newline at end of file
diff --git a/powerdnsadmin/templates/base.html b/powerdnsadmin/templates/base.html
index 83c6e33..c2dc239 100644
--- a/powerdnsadmin/templates/base.html
+++ b/powerdnsadmin/templates/base.html
@@ -18,18 +18,6 @@
{% if SETTING.get('custom_css') %}
{% endif %}
-
{% block head_styles %}{% endblock %}
{% endblock %}