diff --git a/static/css/basic.css b/static/css/basic.css
index 026c093d6f5b396860efdec8793a74949a6d0f1f..bf25c462d592cd9e593ff5004236369a5912f2db 100644
--- a/static/css/basic.css
+++ b/static/css/basic.css
@@ -33,9 +33,10 @@ table tr td {
 	border-color: gray;
 	background-color: white;
 }
-
+td{
+  max-width:550px;
+  word-wrap: break-word;
+}
 table{
   width: 50%;
-  margin-left:100px;
-  margin-right:auto;
 }