I like to give two spaces between the options and the paragraph when shown in a mobile browser, please look at the code and help me. Thanks
<div data-role="content" class="content">
<form id="myform" action="" method="post">
<div data-role="fieldcontain">
<fieldset data-role="controlgroup" data-type="horizontal">
<legend>Where do you live ?</legend>
<input type="radio" name="radio-language" id="radio-french">
<label for="radio-french">French</label>
<input type="radio" name="radio-language" id="radio-italian"
checked="checked">
<label for="radio-italian">Italian</label>
<input type="radio" name="radio-language" id="radio-greek">
<label for="radio-greek">Greek</label>
<p>Select a country here</p>
</fieldset>
</div>
</form>
</div>