diff --git a/_layouts/default.html b/_layouts/default.html
index ae6e116e8bafe..f8d8ad0dbae8e 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -15,10 +15,10 @@
height: auto; /* Set height to 200px */
overflow: hidden; /* Hide any content that overflows */
position: relative; /* Use relative positioning */
- margin-top: 0px; /* top/bottom margin 20, left/right auto */
- margin-bottom: 5px;
+ margin-top: -10px; /* top/bottom margin 20, left/right auto */
+ margin-bottom: 10px;
margin-left: auto;
- margin-right: 20px;
+ margin-right: 5px;
}