diff --git a/css/history.css b/css/history.css
index d669540ebc890d79fd383819e2a780bd1ac5e32c..d09b9900fda71e64d3c5dd02a941e6f5b0d67617 100755
--- a/css/history.css
+++ b/css/history.css
@@ -1,9 +1,13 @@
 .history_container {
     margin-top: 10%;
-    height: 50%;
+    height: 79%;
     border: 1px solid red;
 }
 
+.history_container .subheader {
+	height: 10%;
+}
+
 .history_container > * {
 	
 }
@@ -34,5 +38,5 @@
 }
 
 .history_menu > h3 {
-	margin: 0;
+	margin: 5px 1px;
 }
\ No newline at end of file