diff --git a/rowers/templates/forcecurve_single.html b/rowers/templates/forcecurve_single.html
index 652e563c..2cebb103 100644
--- a/rowers/templates/forcecurve_single.html
+++ b/rowers/templates/forcecurve_single.html
@@ -38,7 +38,9 @@
{% endif %}
+
{{ the_div|safe }}
+
diff --git a/static/css/styles2.css b/static/css/styles2.css
index 2a8c9896..b20f26bd 100644
--- a/static/css/styles2.css
+++ b/static/css/styles2.css
@@ -608,7 +608,7 @@
#theplot .bk-plot-layout {
position: auto;
- width: 100%;
+ width: 90%;
height: auto;
display: inline;
}