I used this code to change the question background color
jQuery("#"+this.questionId).css("background-color","#F5F5F5")
However, the color comes very close to the text. Is there a way to widen all the margins (top/bottom/left/right) so that there is more space between the text and the box?