diff --git a/BudgetMasterServer/src/main/resources/static/css/transactionImport.css b/BudgetMasterServer/src/main/resources/static/css/transactionImport.css
index 586c72d4c37ea40c51e710c57c3bcdf2e1d7ef89..49d8793cc24051bb29bff8d104e596e346ab4c8d 100644
--- a/BudgetMasterServer/src/main/resources/static/css/transactionImport.css
+++ b/BudgetMasterServer/src/main/resources/static/css/transactionImport.css
@@ -1,5 +1,7 @@
 #transaction-import-overview {
     overflow: auto;
+    width: 90%;
+    margin: auto;
 }
 
 .transaction-import-text-with-icon {
diff --git a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
index 29505a74c78b0e088a33fb1bc88f41df4c906775..11a4beb9df7935cb56fe05cb72bba02b0bcf8d32 100644
--- a/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
+++ b/BudgetMasterServer/src/main/resources/templates/transactions/transactionImport.ftl
@@ -194,7 +194,7 @@
 </#macro>
 
 <#macro renderCsvRows>
-    <div class="container" id="transaction-import-overview">
+    <div id="transaction-import-overview">
         <table class="bordered centered">
             <tr>
                 <#if csvRows?has_content>