diff --git a/Build/Resources/Public/Less/InstallTool.less b/Build/Resources/Public/Less/InstallTool.less
index a41a224c68b3bb9ca1485b9dafca3f8e829a2de6..80b7814b56ecfbc3eab84831a7806133f32d363c 100644
--- a/Build/Resources/Public/Less/InstallTool.less
+++ b/Build/Resources/Public/Less/InstallTool.less
@@ -18,8 +18,16 @@
 
 @grid-float-breakpoint: @screen-md-min;
 
-.content-area > h3 {
-	margin-top: 0;
+.content-area {
+	padding-bottom: 35px;
+
+	> h3 {
+		margin-top: 0;
+	}
+
+	> *:last-child {
+		margin-bottom: 0;
+	}
 }
 
 .logo-pageheader {
@@ -141,6 +149,10 @@ hr {
 	border-top-color: @panel-default-heading-bg;
 }
 
+.copyright .panel-default:last-child {
+	margin-bottom: 0;
+}
+
 #fixed-footer-handler {
 	height: 32px;
 }
diff --git a/typo3/sysext/install/Resources/Public/Css/InstallTool.css b/typo3/sysext/install/Resources/Public/Css/InstallTool.css
index 751afe663ebcdf978c140d3564fbd52614fb3d2f..a60f0b1d8621d3c454eb022c99f751d8be01a656 100644
--- a/typo3/sysext/install/Resources/Public/Css/InstallTool.css
+++ b/typo3/sysext/install/Resources/Public/Css/InstallTool.css
@@ -8238,9 +8238,15 @@ button.close {
     display: none !important;
   }
 }
+.content-area {
+  padding-bottom: 35px;
+}
 .content-area > h3 {
   margin-top: 0;
 }
+.content-area > *:last-child {
+  margin-bottom: 0;
+}
 .logo-pageheader img {
   padding-bottom: 3px;
 }
@@ -8325,6 +8331,9 @@ a[data-toggle="collapse"] {
 hr {
   border-top-color: #dddddd;
 }
+.copyright .panel-default:last-child {
+  margin-bottom: 0;
+}
 #fixed-footer-handler {
   height: 32px;
 }