diff --git a/templates/layout.html b/templates/layout.html
index d9e673c..922d69b 100644
--- a/templates/layout.html
+++ b/templates/layout.html
@@ -58,6 +58,10 @@
white-space: pre-wrap;
}
+ .content input[type="checkbox"] {
+ vertical-align: text-top;
+ }
+
.lighter {
color: #ccc;
}