diff --git a/capsule-prototype/css/online-theme.css b/capsule-prototype/css/online-theme.css
index 44648b68d6cfe7de1024aae9b6181cb9204b32b9..d1fc014924ae21f95a567bff81710956f23808cf 100644
--- a/capsule-prototype/css/online-theme.css
+++ b/capsule-prototype/css/online-theme.css
@@ -307,7 +307,7 @@ html, body {
 	border:					0;   
 	border-radius:			3px;     
 	color:					rgba(255,255,255,.85); 
-	width:					30vw;   
+	width:					70vw;
 	display:				inline-block;   
 	
 	font-weight:			200;
@@ -318,7 +318,9 @@ html, body {
 	line-height:			1.2em;  
 	padding:				1.0em 1vw;
 	
-	margin:					2vh 0 1.5vh 0;
+	margin:					2vh 0 1.5vh -10vw;
+	overflow: scroll;
+	height: 90vh;
 }
 
 .mosaic_category {