-<% if result.winner? and result.winners.length == 1%>
- <p>The winner is:
- <strong><%=h @candidates[result.winner].name.capitalize %></strong></p>
+<p class="winner_text">
+<% if result.winner? and result.winners.length == 1 -%>
+ The winner is:
+ <strong><%=h @candidates[result.winner].name.capitalize %></strong>