diff --git a/kjvstudy_org/templates/chapter.html b/kjvstudy_org/templates/chapter.html
index dfbebfc..d2f4a47 100644
--- a/kjvstudy_org/templates/chapter.html
+++ b/kjvstudy_org/templates/chapter.html
@@ -127,6 +127,14 @@
content: "";
}
+/* Prevent sidenotes from pushing each other horizontally */
+.sidenote, .marginnote {
+ clear: right;
+ float: right;
+ margin-right: -60%;
+ width: 50%;
+}
+
/* Cross-refs: collapsed by default, show just first ref per group */
.sidenote.cross-refs {
cursor: pointer;