$(document).ready(function() {
    $('.infobox').css('top', $('#topic').height() + 10);
});