diff --git a/populateGraphics.js b/populateGraphics.js
index cd794fd..4aa8685 100644
--- a/populateGraphics.js
+++ b/populateGraphics.js
@@ -414,10 +414,10 @@ function getSurveyData(){
//Clear up the pyramids by resetting the html
document.getElementById("pyramids").innerHTML = `
-
-
-
-
+
+
+
+
`;
diff --git a/reportTemplate.html b/reportTemplate.html
index 7299372..b3fead9 100644
--- a/reportTemplate.html
+++ b/reportTemplate.html
@@ -40,7 +40,7 @@
}
.pyramid {
- width: 100%;
+ width: auto;
height: auto;
}