diff --git a/record-and-playback/presentation/playback/presentation/css/bbb.playback.css b/record-and-playback/presentation/playback/presentation/css/bbb.playback.css
index 78d0d84a918754b4ffe1fa1dcb6bf1e5adadd11c..5ae19e65331dcffb71b342f37c24eb390da95818 100755
--- a/record-and-playback/presentation/playback/presentation/css/bbb.playback.css
+++ b/record-and-playback/presentation/playback/presentation/css/bbb.playback.css
@@ -194,7 +194,7 @@ br{
         color: #666;
         text-align: center;
         clear: both;
-	padding-top: 5px;
+	padding-top: 25px;
 }
 
 .circle {
diff --git a/record-and-playback/presentation/playback/presentation/playback.html b/record-and-playback/presentation/playback/presentation/playback.html
index 1fe6785c976aa4162f7db1f8297e4b1c5f3b1361..dfdbe23511a869c11107936af77e8779af8a6fd6 100755
--- a/record-and-playback/presentation/playback/presentation/playback.html
+++ b/record-and-playback/presentation/playback/presentation/playback.html
@@ -40,7 +40,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 			"my": "center top",
 			"at": "center bottom",
 			"of": $('#playbackArea'),
-			"offset": "0 -90"
+			"offset": "0 -160"
 		});
 	});
   </script>
@@ -57,7 +57,7 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 		<div id="presentation">
 			<div class="circle" id="cursor" style="visibility:hidden;"></div>
 			<div id="slide" role="region" aria-label="Slide"></div>
-			<div id="slideText" class="visually-hidden" role="region" aria-live="polite" aria-label="polite"></div>
+			<div id="slideText" class="visually-hidden" role="region" aria-live="polite" aria-label="Slide Text"></div>
 		</div>
 		<div class="chatcontainer">
 			<div id="chat" aria-live="polite" role="region" aria-label="Chat messages"></div>
@@ -66,18 +66,18 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
 			  This playback requires modern browser, please use FF, Safari, Chrome</video>			  
 		  	</div>
 		  	<div id="audioRecordingWrapper" role="region" aria-label="Audio">
-		  		<audio id="video" controls>You must use an HTML5 capable browser to view this page.
+		  		<audio id="video">You must use an HTML5 capable browser to view this page.
 			  This playback requires modern browser, please use FF, Safari, Chrome</audio>	
 		  	</div>
 		</div>
 	</div>
-	
+	<!--
 	<div id="accInfo">
 		<input id="accEnabled" type="checkbox" value="accEnabled" />
 		<label for="accEnabled">Enable accessibility pauses</label><br/>
 		<div id="countdown" />
 	</div>
-
+	-->
 	<p id="footer">Recorded with <a href="http://bigbluebutton.org/">BigBlueButton</a>.</p>
 <!--	<script src='lib/writing.js'></script> -->
 </body>