diff --git a/styles.css b/styles.css
index 165b80d24ccc98e4d76c48f219fa60c0c3155f2b..e6ebe9fe1af7a85f12299c237accd138257633a8 100644
--- a/styles.css
+++ b/styles.css
@@ -359,10 +359,12 @@ table.dataTable{
     grid-column: 2;
     grid-row: 1 / 2;
     overflow-y:auto;
+    height: 200%;
 }
 
 .dashboard-chart .iena-chart{
-    height: 200%;
+    height: 100%;
+    margin: 0;
 }
 
 .dashboard-panel > div{
@@ -395,4 +397,8 @@ table.dataTable{
 
 #modal-assess{
     text-align: left;
+}
+
+#dash-container{
+    margin-top: 30px;
 }
\ No newline at end of file