The below two divs appear one next to other, the content of which are populated dynamically and the data is very long in both the divs.
My question is that how to add some space between the two divs?
<div name="qt" id="qt" style='width:50%;float:left;display:inline;overflow:auto;height:500px;border:1px solid #ccc;'> </div>
<div id="data" name="data" style='overflow:auto;width:35%;height:500px;margin-left:0px;border:1px solid #ccc;'></div>