diff --git a/layout/static/css/layout_2018.css b/layout/static/css/layout_2018.css
index 4409614552b6ad2f707cf01f03dc2aff926e6574..7f5c77268faf978ec4e93cec95f7a28fde278b69 100644
--- a/layout/static/css/layout_2018.css
+++ b/layout/static/css/layout_2018.css
@@ -5,21 +5,15 @@ body{
position:relative;
min-height:100%;
padding-top:4.5rem;
- padding-bottom:75px;
}
.main {
- overflow: auto;
padding-top: 20px;
- padding-bottom: 20px;
font-size: 0.9rem;
line-height: 1.2rem;
}
.footer{
- position:absolute;
bottom:0;
- width:100%;
- padding-bottom: 8px;
- padding-top: 5px;
+ width:100%;
}
.cl-navbar {
border-width: 0px;
diff --git a/layout/templates/layout_2018.html b/layout/templates/layout_2018.html
index d6c30d3d98f848f6a28f3be4b2e98768d9db70d3..7d375c0f44c90b357e0157b8148cd328a07a8eeb 100644
--- a/layout/templates/layout_2018.html
+++ b/layout/templates/layout_2018.html
@@ -63,17 +63,17 @@