diff --git a/heliosbooth/templates/audit.html b/heliosbooth/templates/audit.html
index be94b3dced912db711f9432446141703a6283c38..20cd3d40c1261ac34141df64762f6d0b4a1f092a 100644
--- a/heliosbooth/templates/audit.html
+++ b/heliosbooth/templates/audit.html
@@ -25,9 +25,10 @@ you can post this audited ballot to the Helios tracking center so that others mi
 <br /><br />
 <b>Even if you post your audited ballot, you must go back to voting and choose "cast" if you want your vote to count.</b>
 <br /><br />
-<input type="button" value="post audited ballot to tracking center" onclick="$(this).attr('disabled', 'disabled');BOOTH.post_audited_ballot();" id="post_audited_ballot_button" class="pretty" />
-&nbsp;&nbsp; &nbsp;
 <input type="button" value="back to voting" onclick="BOOTH.reset_ciphertexts();BOOTH.show_confirm();" class="pretty" />
+&nbsp; &nbsp;&nbsp;
+<input type="button" value="post audited ballot to tracking center" onclick="$(this).attr('disabled', 'disabled');BOOTH.post_audited_ballot();" id="post_audited_ballot_button" class="pretty" style="font-size:0.8em;"/>
+
 </form>
 
 
diff --git a/heliosbooth/templates/confirm.html b/heliosbooth/templates/confirm.html
index 4dc910189ea4523385957de9707e89e324989f99..e8a1f90f9c23272f1b0b05db273a1fbfdd766f7c 100644
--- a/heliosbooth/templates/confirm.html
+++ b/heliosbooth/templates/confirm.html
@@ -3,7 +3,7 @@
 
 {#foreach $T.questions as question}
 <p>
-<u>#{$T.question$index + 1}</u>: {$T.question.short_name}<br />
+{$T.question.short_name}<br />
 
 <b style="font-size:1.4em;">{#foreach $T.choices[$T.question$index] as choice}
 {$T.choice}{#if !$T.choice$last}, {#/if}