diff --git a/static/style.css b/static/style.css
index 282da28c3ae96bce8990f6e73b2eb298cef4347f..bd1012e0cfb07c0f2da4068c107d823da95a9f41 100644
--- a/static/style.css
+++ b/static/style.css
@@ -123,6 +123,8 @@ body > header label {
 	border-bottom: 0.1em solid #336;
 	transition: background-color 0.1s, border 0.1s;
 	width: 100%;
+	padding-left: auto;
+	padding-right: auto;
 }
 body > header label:hover {
 	background-color: #e6e6e6;