
$(document).ready(function(){
    $('div.faq .question strong').hide();
    $('div.faq .answer strong:first-child').hide();
});