diff --git a/css/style.css b/css/style.css
index 05769295b8bd4950e78fa3d1d3eb0420aba38cc0..169c6d9b4e055310aeded35b4e473592235fcf71 100644
--- a/css/style.css
+++ b/css/style.css
@@ -18,10 +18,10 @@ h2{
 	}
 
 #top {
-	padding: 20px 35px;
     margin: 20px;
-    margin-bottom: 10%;
+    padding-bottom: 10%;
 	background: #fff;
+	border-bottom: 1px solid rgba(22,54,36,.1);
 }
 	#top a {
 		float: left;
@@ -146,7 +146,6 @@ h2{
  */
 .content {
 	padding: 10px 0px;
-	border-top: 1px solid rgba(22,54,36,.1);
 }
 	.content  ul, .content ol, .items li ul {
 		padding: 20px 30px;