$(function() {
    $('#specs').find('.spec-area:not(:has(tr))').remove();
});
