diff --git a/assets/scss/tufte.scss b/assets/scss/tufte.scss
index 687df74..857a568 100644
--- a/assets/scss/tufte.scss
+++ b/assets/scss/tufte.scss
@@ -318,7 +318,7 @@ li .sidenote {
     width: auto;
     position: absolute;
 
-    left: 65%;
+    left: 57.5%;
     right: 2.5%;
 
     border-style: solid;
@@ -393,7 +393,7 @@ div.table-wrapper-small,
 div.supertable-wrapper > p,
 div.booktabs-wrapper {
 //    width: #{"min(55%, 770px)"};
-    width: 50%;
+    width: 66%;
 }
 
 footer {
@@ -470,9 +470,6 @@ pre.code {
     overflow-x: scroll;
 }
 
-
-
-
 .fullwidth {
     max-width: 90%;
     clear: both;